Home
last modified time | relevance | path

Searched refs:fuFUNames (Results 1 - 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
H A Dsvccoll.cpp355 Hashtable* fuFUNames = new Hashtable(false, status); in TestRegisterFactory() local
356 if (!fuFUNames) { in TestRegisterFactory()
360 fuFUNames->setValueDeleter(uprv_deleteUObject); in TestRegisterFactory()
362 fuFUNames->put(fu_FU.getName(), new UnicodeString("ze leetle bunny Fu-Fu"), status); in TestRegisterFactory()
363 fuFUNames->put(fu_FU_FOO.getName(), new UnicodeString("zee leetel bunny Foo-Foo"), status); in TestRegisterFactory()
364 fuFUNames->put(Locale::getDefault().getName(), new UnicodeString("little bunny Foo Foo"), status); in TestRegisterFactory()
374 delete fuFUNames; in TestRegisterFactory()
386 info[2] = new CollatorInfo(fu_FU, jpcol, fuFUNames); in TestRegisterFactory()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationServiceTest.java223 Map fuFUNames = new HashMap(); in TestRegisterFactory()
224 fuFUNames.put(fu_FU, "ze leetle bunny Fu-Fu"); in TestRegisterFactory()
225 fuFUNames.put(fu_FU_FOO, "zee leetel bunny Foo-Foo"); in TestRegisterFactory()
226 fuFUNames.put(ULocale.US, "little bunny Foo Foo"); in TestRegisterFactory()
237 new CollatorInfo(fu_FU, jpcol, fuFUNames), in TestRegisterFactory()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationServiceTest.java226 Map fuFUNames = new HashMap(); in TestRegisterFactory()
227 fuFUNames.put(fu_FU, "ze leetle bunny Fu-Fu"); in TestRegisterFactory()
228 fuFUNames.put(fu_FU_FOO, "zee leetel bunny Foo-Foo"); in TestRegisterFactory()
229 fuFUNames.put(ULocale.US, "little bunny Foo Foo"); in TestRegisterFactory()
240 new CollatorInfo(fu_FU, jpcol, fuFUNames), in TestRegisterFactory()

Completed in 3 milliseconds