Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Duobjtest.cpp314 class TestLocaleKeyFactory : public LocaleKeyFactory { class
316 TestLocaleKeyFactory(int32_t coverage) : LocaleKeyFactory(coverage) {} in TestLocaleKeyFactory() function in TestLocaleKeyFactory
486 TESTCLASSID_CTOR(TestLocaleKeyFactory, (42)); // Test replacement for LocaleKeyFactory in testIDs()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceTest.java247 service.registerFactory(new TestLocaleKeyFactory(xids, "Later")); in TestAPI()
291 service.registerFactory(new TestLocaleKeyFactory(xids, "Rad dude")); in TestAPI()
552 static class TestLocaleKeyFactory extends LocaleKeyFactory { class in ICUServiceTest
556 public TestLocaleKeyFactory(String[] ids, String factoryID) { in TestLocaleKeyFactory() method in ICUServiceTest.TestLocaleKeyFactory
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DICUServiceTest.java250 service.registerFactory(new TestLocaleKeyFactory(xids, "Later")); in TestAPI()
294 service.registerFactory(new TestLocaleKeyFactory(xids, "Rad dude")); in TestAPI()
555 static class TestLocaleKeyFactory extends LocaleKeyFactory { class in ICUServiceTest
559 public TestLocaleKeyFactory(String[] ids, String factoryID) { in TestLocaleKeyFactory() method in ICUServiceTest.TestLocaleKeyFactory