Searched refs:TESTCLASSID_CTOR (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | uobjtest.cpp | 79 #define TESTCLASSID_CTOR(c, x) { \ macro 341 TESTCLASSID_CTOR(Normalizer, (emptyString, UNORM_NONE)); in testIDs() 362 …TESTCLASSID_CTOR(RuleBasedNumberFormat, (UnicodeString("%default: -x: minus >>;"), parseError, sta… in testIDs() 363 …TESTCLASSID_CTOR(ChoiceFormat, (UNICODE_STRING_SIMPLE("0#are no files|1#is one file|1<are many fil… in testIDs() 364 TESTCLASSID_CTOR(MessageFormat, (UnicodeString(), status)); in testIDs() 365 TESTCLASSID_CTOR(DateFormatSymbols, (status)); in testIDs() 366 TESTCLASSID_CTOR(PluralFormat, (status)); in testIDs() 367 TESTCLASSID_CTOR(PluralRules, (status)); in testIDs() 368 …TESTCLASSID_CTOR(SelectFormat, (UnicodeString("feminine {feminineVerbValue} other{otherVerbValue}"… in testIDs() 371 TESTCLASSID_CTOR(DecimalFormatSymbols, (status)); in testIDs() [all …]
|