Home
last modified time | relevance | path

Searched refs:StringProp (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/icu-lx/icu/source/i18n/
H A Dnumber_usageprefs.cpp31 StringProp::StringProp(const StringProp &other) : StringProp() { in StringProp() function in StringProp
36 StringProp &StringProp::operator=(const StringProp &other) { in operator =()
63 StringProp::StringProp(StringProp &&src) U_NOEXCEPT : fValue(src.fValue), in StringProp() function in StringProp
71 StringProp &StringProp::operator=(StringProp &&src) U_NOEXCEPT { in operator =()
86 StringProp::~StringProp() { in ~StringProp()
93 void StringProp::set(StringPiece value) { in set()
/dports/devel/icu/icu/source/i18n/
H A Dnumber_usageprefs.cpp31 StringProp::StringProp(const StringProp &other) : StringProp() { in StringProp() function in StringProp
36 StringProp &StringProp::operator=(const StringProp &other) { in operator =()
63 StringProp::StringProp(StringProp &&src) U_NOEXCEPT : fValue(src.fValue), in StringProp() function in StringProp
71 StringProp &StringProp::operator=(StringProp &&src) U_NOEXCEPT { in operator =()
86 StringProp::~StringProp() { in ~StringProp()
93 void StringProp::set(StringPiece value) { in set()
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/i18n/
H A Dnumber_usageprefs.cpp31 StringProp::StringProp(const StringProp &other) : StringProp() { in StringProp() function in StringProp
36 StringProp &StringProp::operator=(const StringProp &other) { in operator =()
63 StringProp::StringProp(StringProp &&src) U_NOEXCEPT : fValue(src.fValue), in StringProp() function in StringProp
71 StringProp &StringProp::operator=(StringProp &&src) U_NOEXCEPT { in operator =()
86 StringProp::~StringProp() { in ~StringProp()
93 void StringProp::set(StringPiece value) { in set()
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/i18n/
H A Dnumber_usageprefs.cpp31 StringProp::StringProp(const StringProp &other) : StringProp() { in StringProp() function in StringProp
36 StringProp &StringProp::operator=(const StringProp &other) { in operator =()
63 StringProp::StringProp(StringProp &&src) U_NOEXCEPT : fValue(src.fValue), in StringProp() function in StringProp
71 StringProp &StringProp::operator=(StringProp &&src) U_NOEXCEPT { in operator =()
86 StringProp::~StringProp() { in ~StringProp()
93 void StringProp::set(StringPiece value) { in set()
/dports/textproc/R-cran-stringi/stringi/src/icu69/i18n/
H A Dnumber_usageprefs.cpp31 StringProp::StringProp(const StringProp &other) : StringProp() { in StringProp() function in StringProp
36 StringProp &StringProp::operator=(const StringProp &other) { in operator =()
63 StringProp::StringProp(StringProp &&src) U_NOEXCEPT : fValue(src.fValue), in StringProp() function in StringProp
71 StringProp &StringProp::operator=(StringProp &&src) U_NOEXCEPT { in operator =()
86 StringProp::~StringProp() { in ~StringProp()
93 void StringProp::set(StringPiece value) { in set()
/dports/www/firefox/firefox-99.0/intl/icu/source/i18n/
H A Dnumber_usageprefs.cpp31 StringProp::StringProp(const StringProp &other) : StringProp() { in StringProp() function in StringProp
36 StringProp &StringProp::operator=(const StringProp &other) { in operator =()
63 StringProp::StringProp(StringProp &&src) U_NOEXCEPT : fValue(src.fValue), in StringProp() function in StringProp
71 StringProp &StringProp::operator=(StringProp &&src) U_NOEXCEPT { in operator =()
86 StringProp::~StringProp() { in ~StringProp()
93 void StringProp::set(StringPiece value) { in set()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/i18n/
H A Dnumber_usageprefs.cpp31 StringProp::StringProp(const StringProp &other) : StringProp() { in StringProp() function in StringProp
36 StringProp &StringProp::operator=(const StringProp &other) { in operator =()
63 StringProp::StringProp(StringProp &&src) U_NOEXCEPT : fValue(src.fValue), in StringProp() function in StringProp
71 StringProp &StringProp::operator=(StringProp &&src) U_NOEXCEPT { in operator =()
86 StringProp::~StringProp() { in ~StringProp()
93 void StringProp::set(StringPiece value) { in set()
/dports/science/massxpert/massxpert-c229f4a1abde3c20b83a90e50f9c5d79104dfa5f/lib/
H A Dprop.cpp127 StringProp::StringProp(const QString &name, const QString &data) in StringProp() function in massXpert::StringProp
152 StringProp::StringProp(const QString &name, QString *data) in StringProp() function in massXpert::StringProp
170 StringProp::~StringProp() in ~StringProp()
180 StringProp::deleteData() in deleteData()
191 StringProp::clone() const in clone()
193 StringProp *prop = 0; in clone()
203 StringProp::cloneOut(void *other) const in cloneOut()
207 StringProp *otherProp = static_cast<StringProp *>(other); in cloneOut()
228 StringProp::cloneIn(const void *other) in cloneIn()
232 const StringProp *otherProp = static_cast<const StringProp *>(other); in cloneIn()
[all …]
H A Dprop.hpp131 class StringProp : public Prop class
134 StringProp(const QString & = QString(), const QString & = QString());
135 StringProp(const QString & = QString(), QString * = 0);
136 ~StringProp();
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Dynamic.Runtime/tests/Dynamic.Context/
H A DConformance.dynamic.context.operator.compound.basic.cs200 d.StringProp = "a"; in MainMethod()
201 d.StringProp += "b"; in MainMethod()
202 d.StringProp += t.StringProp; in MainMethod()
203 d.StringProp += t.Method(1); in MainMethod()
205 d.StringProp += t[temp]; in MainMethod()
211 public string StringProp property in ManagedTests.DynamicCSharp.Conformance.dynamic.context.operate.compound.basic.property01.property01.Test
257 d.StringProp = c; in MainMethod()
259 d.StringProp += c; in MainMethod()
260 d.StringProp += d.StringProp; in MainMethod()
264 d.StringProp += d[c]; in MainMethod()
[all …]
/dports/devel/icu/icu/source/i18n/unicode/
H A Dnumberformatter.h1178 class U_I18N_API StringProp : public UMemory {
1184 StringProp(const StringProp &other);
1187 StringProp &operator=(const StringProp &other);
1190 StringProp(StringProp &&src) U_NOEXCEPT;
1193 StringProp &operator=(StringProp &&src) U_NOEXCEPT;
1196 ~StringProp();
1220 StringProp() : fValue(nullptr), fLength(0), fError(U_ZERO_ERROR) { in StringProp() function
1530 StringProp usage; // = StringProp(); (no usage)
1533 StringProp unitDisplayCase; // = StringProp(); (nominative)
/dports/devel/icu-lx/icu/source/i18n/unicode/
H A Dnumberformatter.h1178 class U_I18N_API StringProp : public UMemory {
1184 StringProp(const StringProp &other);
1187 StringProp &operator=(const StringProp &other);
1190 StringProp(StringProp &&src) U_NOEXCEPT;
1193 StringProp &operator=(StringProp &&src) U_NOEXCEPT;
1196 ~StringProp();
1220 StringProp() : fValue(nullptr), fLength(0), fError(U_ZERO_ERROR) { in StringProp() function
1530 StringProp usage; // = StringProp(); (no usage)
1533 StringProp unitDisplayCase; // = StringProp(); (nominative)
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/i18n/unicode/
H A Dnumberformatter.h1178 class U_I18N_API StringProp : public UMemory {
1184 StringProp(const StringProp &other);
1187 StringProp &operator=(const StringProp &other);
1190 StringProp(StringProp &&src) U_NOEXCEPT;
1193 StringProp &operator=(StringProp &&src) U_NOEXCEPT;
1196 ~StringProp();
1220 StringProp() : fValue(nullptr), fLength(0), fError(U_ZERO_ERROR) { in StringProp() function
1527 StringProp usage; // = StringProp(); (no usage)
1530 StringProp unitDisplayCase; // = StringProp(); (nominative)
/dports/textproc/R-cran-stringi/stringi/src/icu69/unicode/
H A Dnumberformatter.h1178 class U_I18N_API StringProp : public UMemory {
1184 StringProp(const StringProp &other);
1187 StringProp &operator=(const StringProp &other);
1190 StringProp(StringProp &&src) U_NOEXCEPT;
1193 StringProp &operator=(StringProp &&src) U_NOEXCEPT;
1196 ~StringProp();
1220 StringProp() : fValue(nullptr), fLength(0), fError(U_ZERO_ERROR) { in StringProp() function
1527 StringProp usage; // = StringProp(); (no usage)
1530 StringProp unitDisplayCase; // = StringProp(); (nominative)
/dports/www/firefox/firefox-99.0/intl/icu/source/i18n/unicode/
H A Dnumberformatter.h1178 class U_I18N_API StringProp : public UMemory {
1184 StringProp(const StringProp &other);
1187 StringProp &operator=(const StringProp &other);
1190 StringProp(StringProp &&src) U_NOEXCEPT;
1193 StringProp &operator=(StringProp &&src) U_NOEXCEPT;
1196 ~StringProp();
1220 StringProp() : fValue(nullptr), fLength(0), fError(U_ZERO_ERROR) { in StringProp() function
1530 StringProp usage; // = StringProp(); (no usage)
1533 StringProp unitDisplayCase; // = StringProp(); (nominative)
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/i18n/unicode/
H A Dnumberformatter.h1178 class U_I18N_API StringProp : public UMemory {
1184 StringProp(const StringProp &other);
1187 StringProp &operator=(const StringProp &other);
1190 StringProp(StringProp &&src) U_NOEXCEPT;
1193 StringProp &operator=(StringProp &&src) U_NOEXCEPT;
1196 ~StringProp();
1220 StringProp() : fValue(nullptr), fLength(0), fError(U_ZERO_ERROR) { in StringProp() function
1527 StringProp usage; // = StringProp(); (no usage)
1530 StringProp unitDisplayCase; // = StringProp(); (nominative)
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/i18n/unicode/
H A Dnumberformatter.h1178 class U_I18N_API StringProp : public UMemory {
1184 StringProp(const StringProp &other);
1187 StringProp &operator=(const StringProp &other);
1190 StringProp(StringProp &&src) U_NOEXCEPT;
1193 StringProp &operator=(StringProp &&src) U_NOEXCEPT;
1196 ~StringProp();
1220 StringProp() : fValue(nullptr), fLength(0), fError(U_ZERO_ERROR) { in StringProp() function
1527 StringProp usage; // = StringProp(); (no usage)
1530 StringProp unitDisplayCase; // = StringProp(); (nominative)
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/valtest/
H A DValtest.cs227 if (vo.StringProp != STRING_VAL) in Main()
228 MPError ("string method->prop", STRING_VAL, vo.String, vo.StringProp); in Main()
289 vo.StringProp = STRING_VAL; in Main()
291 MPError ("string prop->method", STRING_VAL, vo.String, vo.StringProp); in Main()
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/valtest/
H A DValtest.cs227 if (vo.StringProp != STRING_VAL) in Main()
228 MPError ("string method->prop", STRING_VAL, vo.String, vo.StringProp); in Main()
289 vo.StringProp = STRING_VAL; in Main()
291 MPError ("string prop->method", STRING_VAL, vo.String, vo.StringProp); in Main()
/dports/net/libcmis/libcmis-0.5.2/qa/libcmis/data/ws/
H A Dget-versions.http73 …opertyString queryName="StringProp" displayName="Sample String Property" localName="StringProp" pr…
162 …opertyString queryName="StringProp" displayName="Sample String Property" localName="StringProp" pr…
H A Dchecked-in.http69 …opertyString queryName="StringProp" displayName="Sample String Property" localName="StringProp" pr…
H A Dtest-document-updated.http67 …opertyString queryName="StringProp" displayName="Sample String Property" localName="StringProp" pr…
H A Dtest-document.http69 …opertyString queryName="StringProp" displayName="Sample String Property" localName="StringProp" pr…
/dports/graphics/ogre3d/ogre-1.11.6/Tests/Components/
H A DPropertyTests.cpp47 TEST(Property, StringProp) { in TEST() argument
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Mvc.Test/Test/
H A DViewUserControlTest.cs344 p.ViewData["Foo"] = new MyViewData { IntProp = 123, StringProp = "miao" }; in GetGenericViewItemType()
348 string stringProp = vuc.ViewData.Model.StringProp; in GetGenericViewItemType()
533 public string StringProp { get; set; } property in System.Web.Mvc.Test.ViewUserControlTest.MyViewData

12