/external/icu4c/i18n/ |
D | selfmt.cpp | 40 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SelectFormat) 44 SelectFormat::SelectFormat(const UnicodeString& pat, in SelectFormat() function in SelectFormat 49 SelectFormat::SelectFormat(const SelectFormat& other) : Format(other), in SelectFormat() function in SelectFormat 53 SelectFormat::~SelectFormat() { in ~SelectFormat() 57 SelectFormat::applyPattern(const UnicodeString& newPattern, UErrorCode& status) { in applyPattern() 69 SelectFormat::format(const Formattable& obj, in format() 86 SelectFormat::format(const UnicodeString& keyword, in format() 115 SelectFormat::toPattern(UnicodeString& appendTo) { in toPattern() 125 int32_t SelectFormat::findSubMessage(const MessagePattern& pattern, int32_t partIndex, in findSubMessage() 152 Format* SelectFormat::clone() const in clone() [all …]
|
D | msgfmt.cpp | 1023 dynamic_cast<const SelectFormat*>(formatter)) { in format() 1080 …int32_t subMsgStart = SelectFormat::findSubMessage(msgPattern, i, arg->getString(success), success… in format()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | selfmt.cpp | 38 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(SelectFormat) 43 SelectFormat::SelectFormat(const UnicodeString& pat, UErrorCode& status) : parsedValuesHash(NULL) { in SelectFormat() function in SelectFormat 51 SelectFormat::SelectFormat(const SelectFormat& other) : Format(other), parsedValuesHash(NULL) { in SelectFormat() function in SelectFormat 57 SelectFormat::~SelectFormat() { in ~SelectFormat() 61 void SelectFormat::initHashTable(UErrorCode &status) { in initHashTable() 84 void SelectFormat::cleanHashTable() { in cleanHashTable() 92 SelectFormat::applyPattern(const UnicodeString& newPattern, UErrorCode& status) { in applyPattern() 258 SelectFormat::format(const Formattable& obj, in format() 276 SelectFormat::format(const UnicodeString& keyword, in format() 303 SelectFormat::toPattern(UnicodeString& appendTo) { in toPattern() [all …]
|
D | msgfmt.cpp | 728 SelectFormat* selfmt; in toPattern() 843 else if ((selfmt = dynamic_cast<SelectFormat*>(fmt)) != NULL) { in toPattern() 845 appendTo += ((SelectFormat*)fmt)->toPattern(buffer); in toPattern() 1243 dynamic_cast<SelectFormat*>(fmt) != NULL) && in format() 1631 fmt = new SelectFormat(unquotedPattern, ec); in makeFormat()
|
/external/icu4c/i18n/unicode/ |
D | selfmt.h | 183 class U_I18N_API SelectFormat : public Format { 194 SelectFormat(const UnicodeString& pattern, UErrorCode& status); 200 SelectFormat(const SelectFormat& other); 206 virtual ~SelectFormat(); 248 SelectFormat& operator=(const SelectFormat& other); 346 SelectFormat(); // default constructor not implemented.
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | selfmt.h | 184 class U_I18N_API SelectFormat : public Format { 195 SelectFormat(const UnicodeString& pattern, UErrorCode& status); 201 SelectFormat(const SelectFormat& other); 207 virtual ~SelectFormat(); 249 SelectFormat& operator=(const SelectFormat& other); 358 SelectFormat(); // default constructor not implemented.
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | selfmts.cpp | 111 SelectFormat* selFmt = new SelectFormat( SIMPLE_PATTERN , status); in selectFormatUnitTest() 134 selFmt = new SelectFormat( SIMPLE_PATTERN , status); in selectFormatUnitTest() 184 selFmt = new SelectFormat( SIMPLE_PATTERN , status); in selectFormatUnitTest() 205 SelectFormat* selFmt[3] = { NULL, NULL, NULL }; in selectFormatAPITest() 213 selFmt[0]= new SelectFormat(SIMPLE_PATTERN, status[0]); in selectFormatAPITest() 221 SelectFormat fmt = *selFmt[0]; in selectFormatAPITest() 222 SelectFormat* dupPFmt = new SelectFormat(fmt); in selectFormatAPITest() 231 selFmt[1] = (SelectFormat*)selFmt[0]->clone(); in selectFormatAPITest() 247 selFmt[2]= new SelectFormat(SIMPLE_PATTERN, status[2]); in selectFormatAPITest() 266 SelectFormat* selFmt1 = new SelectFormat( SIMPLE_PATTERN , status1); in selectFormatAPITest() [all …]
|
D | uobjtest.cpp | 354 …TESTCLASSID_CTOR(SelectFormat, (UnicodeString("feminine {feminineVerbValue} other{otherVerbValue}"… in testIDs()
|
/external/icu4c/test/intltest/ |
D | selfmts.cpp | 97 SelectFormat* selFmt = new SelectFormat( SIMPLE_PATTERN , status); in selectFormatUnitTest() 132 selFmt = new SelectFormat( SIMPLE_PATTERN , status); in selectFormatUnitTest() 185 selFmt = new SelectFormat( SIMPLE_PATTERN , status); in selectFormatUnitTest() 207 SelectFormat* selFmt[3] = { NULL, NULL, NULL }; in selectFormatAPITest() 215 selFmt[0]= new SelectFormat(SIMPLE_PATTERN, status[0]); in selectFormatAPITest() 223 SelectFormat fmt = *selFmt[0]; in selectFormatAPITest() 224 SelectFormat* dupPFmt = new SelectFormat(fmt); in selectFormatAPITest() 233 selFmt[1] = (SelectFormat*)selFmt[0]->clone(); in selectFormatAPITest() 249 selFmt[2]= new SelectFormat(SIMPLE_PATTERN, status[2]); in selectFormatAPITest() 268 SelectFormat* selFmt1 = new SelectFormat( SIMPLE_PATTERN , status1); in selectFormatAPITest() [all …]
|
D | uobjtest.cpp | 364 …TESTCLASSID_CTOR(SelectFormat, (UnicodeString("feminine {feminineVerbValue} other{otherVerbValue}"… in testIDs()
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | urename.h | 2122 #define SelectFormat U_ICU_ENTRY_POINT_RENAME(SelectFormat) macro
|