Searched refs:TESTCLASSID_FACTORY (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | uobjtest.cpp | 63 #define TESTCLASSID_FACTORY(c, f) { \ macro 341 TESTCLASSID_FACTORY(CanonicalIterator, new CanonicalIterator(UnicodeString("abc"), status)); in testIDs() 349 TESTCLASSID_FACTORY(UStringEnumeration, Collator::getKeywords(status)); in testIDs() 365 TESTCLASSID_FACTORY(DateTimePatternGenerator, DateTimePatternGenerator::createInstance(status)); in testIDs() 366 …TESTCLASSID_FACTORY(RelativeDateFormat, DateFormat::createDateInstance(DateFormat::kFullRelative, … in testIDs() 376 …TESTCLASSID_FACTORY(GregorianCalendar, Calendar::createInstance(Locale("@calendar=gregorian"), sta… in testIDs() 377 …TESTCLASSID_FACTORY(BuddhistCalendar, Calendar::createInstance(Locale("@calendar=buddhist"), statu… in testIDs() 378 …TESTCLASSID_FACTORY(IslamicCalendar, Calendar::createInstance(Locale("@calendar=islamic"), status)… in testIDs() 379 …TESTCLASSID_FACTORY(JapaneseCalendar, Calendar::createInstance(Locale("@calendar=japanese"), statu… in testIDs() 380 … TESTCLASSID_FACTORY(HebrewCalendar, Calendar::createInstance(Locale("@calendar=hebrew"), status)); in testIDs() [all …]
|