Home
last modified time | relevance | path

Searched refs:TESTCLASSID_FACTORY (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Duobjtest.cpp65 #define TESTCLASSID_FACTORY(c, f) UPRV_BLOCK_MACRO_BEGIN { \ macro
344 TESTCLASSID_FACTORY(CanonicalIterator, new CanonicalIterator(UnicodeString("abc"), status)); in testIDs()
352 TESTCLASSID_FACTORY(UStringEnumeration, Collator::getKeywords(status)); in testIDs()
368 TESTCLASSID_FACTORY(DateTimePatternGenerator, DateTimePatternGenerator::createInstance(status)); in testIDs()
369TESTCLASSID_FACTORY(RelativeDateFormat, DateFormat::createDateInstance(DateFormat::kFullRelative, … in testIDs()
374 TESTCLASSID_FACTORY(MeasureUnit, MeasureUnit::createMeter(status)); in testIDs()
375 TESTCLASSID_FACTORY(TimeUnit, TimeUnit::createInstance(TimeUnit::UTIMEUNIT_YEAR, status)); in testIDs()
382TESTCLASSID_FACTORY(GregorianCalendar, Calendar::createInstance(Locale("@calendar=gregorian"), sta… in testIDs()
383TESTCLASSID_FACTORY(BuddhistCalendar, Calendar::createInstance(Locale("@calendar=buddhist"), statu… in testIDs()
384TESTCLASSID_FACTORY(IslamicCalendar, Calendar::createInstance(Locale("@calendar=islamic"), status)… in testIDs()
[all …]