Lines Matching refs:IntlTest
37 extern IntlTest *createBytesTrieTest();
38 extern IntlTest *createLocaleMatcherTest();
39 static IntlTest *createLocalPointerTest();
40 extern IntlTest *createUCharsTrieTest();
41 static IntlTest *createEnumSetTest();
42 extern IntlTest *createSimpleFormatterTest();
43 extern IntlTest *createUnifiedCacheTest();
44 extern IntlTest *createQuantityFormatterTest();
45 extern IntlTest *createPluralMapTest();
47 extern IntlTest *createStaticUnicodeSetsTest();
203 class IcuTestErrorCodeTestHelper : public IntlTest {
223 IntlTest* test;
311 class LocalPointerTest : public IntlTest {
329 static IntlTest *createLocalPointerTest() { in createLocalPointerTest()
831 class EnumSetTest : public IntlTest {
838 static IntlTest *createEnumSetTest() { in createEnumSetTest()