Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
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()
364fuFUNames->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()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationServiceTest.java226 Map fuFUNames = new HashMap(); in TestRegisterFactory() local
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()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationServiceTest.java223 Map fuFUNames = new HashMap(); in TestRegisterFactory() local
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()