Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceTest.java554 protected final String factoryID; field in ICUServiceTest.TestLocaleKeyFactory
556 public TestLocaleKeyFactory(String[] ids, String factoryID) { in TestLocaleKeyFactory() argument
557 super(VISIBLE, factoryID); in TestLocaleKeyFactory()
560 this.factoryID = factoryID + ": "; in TestLocaleKeyFactory()
565 return factoryID + loc.toString(); in handleCreate()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DICUServiceTest.java557 protected final String factoryID; field in ICUServiceTest.TestLocaleKeyFactory
559 public TestLocaleKeyFactory(String[] ids, String factoryID) { in TestLocaleKeyFactory() argument
560 super(VISIBLE, factoryID); in TestLocaleKeyFactory()
563 this.factoryID = factoryID + ": "; in TestLocaleKeyFactory()
568 return factoryID + loc.toString(); in handleCreate()
/external/icu/icu4c/source/test/intltest/
Dicusvtst.cpp555 …tMultipleKeyStringFactory(const UnicodeString ids[], int32_t count, const UnicodeString& factoryID) in TestMultipleKeyStringFactory() argument
558 , _factoryID(factoryID + ": ") in TestMultipleKeyStringFactory()