Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dsvccoll.cpp352 Hashtable* fuFUNames = new Hashtable(FALSE, status); in TestRegisterFactory() local
353 if (!fuFUNames) { in TestRegisterFactory()
357 fuFUNames->setValueDeleter(uprv_deleteUObject); in TestRegisterFactory()
359 fuFUNames->put(fu_FU.getName(), new UnicodeString("ze leetle bunny Fu-Fu"), status); in TestRegisterFactory()
360 fuFUNames->put(fu_FU_FOO.getName(), new UnicodeString("zee leetel bunny Foo-Foo"), status); in TestRegisterFactory()
361fuFUNames->put(Locale::getDefault().getName(), new UnicodeString("little bunny Foo Foo"), status); in TestRegisterFactory()
371 delete fuFUNames; in TestRegisterFactory()
383 info[2] = new CollatorInfo(fu_FU, jpcol, fuFUNames); in TestRegisterFactory()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationServiceTest.java213 Map fuFUNames = new HashMap(); in TestRegisterFactory() local
214 fuFUNames.put(fu_FU, "ze leetle bunny Fu-Fu"); in TestRegisterFactory()
215 fuFUNames.put(fu_FU_FOO, "zee leetel bunny Foo-Foo"); in TestRegisterFactory()
216 fuFUNames.put(ULocale.US, "little bunny Foo Foo"); in TestRegisterFactory()
227 new CollatorInfo(fu_FU, jpcol, fuFUNames), in TestRegisterFactory()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationServiceTest.java217 Map fuFUNames = new HashMap(); in TestRegisterFactory() local
218 fuFUNames.put(fu_FU, "ze leetle bunny Fu-Fu"); in TestRegisterFactory()
219 fuFUNames.put(fu_FU_FOO, "zee leetel bunny Foo-Foo"); in TestRegisterFactory()
220 fuFUNames.put(ULocale.US, "little bunny Foo Foo"); in TestRegisterFactory()
231 new CollatorInfo(fu_FU, jpcol, fuFUNames), in TestRegisterFactory()