HomeSort by relevance Sort by last modified time
    Searched refs:TestLocaleKeyFactory (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/test/intltest/
uobjtest.cpp 313 class TestLocaleKeyFactory : public LocaleKeyFactory {
315 TestLocaleKeyFactory(int32_t coverage) : LocaleKeyFactory(coverage) {}
484 TESTCLASSID_CTOR(TestLocaleKeyFactory, (42)); // Test replacement for LocaleKeyFactory
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUServiceTest.java 241 service.registerFactory(new TestLocaleKeyFactory(xids, "Later"));
285 service.registerFactory(new TestLocaleKeyFactory(xids, "Rad dude"));
542 static class TestLocaleKeyFactory extends LocaleKeyFactory {
546 public TestLocaleKeyFactory(String[] ids, String factoryID) {
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUServiceTest.java 240 service.registerFactory(new TestLocaleKeyFactory(xids, "Later"));
284 service.registerFactory(new TestLocaleKeyFactory(xids, "Rad dude"));
541 static class TestLocaleKeyFactory extends LocaleKeyFactory {
545 public TestLocaleKeyFactory(String[] ids, String factoryID) {
    [all...]

Completed in 679 milliseconds