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 316 class TestLocaleKeyFactory : public LocaleKeyFactory {
318 TestLocaleKeyFactory(int32_t coverage) : LocaleKeyFactory(coverage) {}
489 TESTCLASSID_CTOR(TestLocaleKeyFactory, (42)); // Test replacement for LocaleKeyFactory
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUServiceTest.java 250 service.registerFactory(new TestLocaleKeyFactory(xids, "Later"));
294 service.registerFactory(new TestLocaleKeyFactory(xids, "Rad dude"));
555 static class TestLocaleKeyFactory extends LocaleKeyFactory {
559 public TestLocaleKeyFactory(String[] ids, String factoryID) {
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ICUServiceTest.java 247 service.registerFactory(new TestLocaleKeyFactory(xids, "Later"));
291 service.registerFactory(new TestLocaleKeyFactory(xids, "Rad dude"));
552 static class TestLocaleKeyFactory extends LocaleKeyFactory {
556 public TestLocaleKeyFactory(String[] ids, String factoryID) {
    [all...]

Completed in 103 milliseconds