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