Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Duobjtest.cpp311 class TestLocaleKeyFactory : public LocaleKeyFactory { class
313 TestLocaleKeyFactory(int32_t coverage) : LocaleKeyFactory(coverage) {} in TestLocaleKeyFactory() function in TestLocaleKeyFactory
482 TESTCLASSID_CTOR(TestLocaleKeyFactory, (42)); // Test replacement for LocaleKeyFactory in testIDs()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DICUServiceTest.java244 service.registerFactory(new TestLocaleKeyFactory(xids, "Later")); in TestAPI()
288 service.registerFactory(new TestLocaleKeyFactory(xids, "Rad dude")); in TestAPI()
545 static class TestLocaleKeyFactory extends LocaleKeyFactory { class in ICUServiceTest
549 public TestLocaleKeyFactory(String[] ids, String factoryID) { in TestLocaleKeyFactory() method in ICUServiceTest.TestLocaleKeyFactory
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceTest.java240 service.registerFactory(new TestLocaleKeyFactory(xids, "Later")); in TestAPI()
284 service.registerFactory(new TestLocaleKeyFactory(xids, "Rad dude")); in TestAPI()
541 static class TestLocaleKeyFactory extends LocaleKeyFactory { class in ICUServiceTest
545 public TestLocaleKeyFactory(String[] ids, String factoryID) { in TestLocaleKeyFactory() method in ICUServiceTest.TestLocaleKeyFactory