Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DDisplayNameTest.java397 String otherCode = (String) codeToName[k].get(name); in check() local
398 if (otherCode != null) { in check()
403 … + "\t& " + otherCode + " [" + getter.get(ULocale.ENGLISH, otherCode, context) + "]" in check()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DDisplayNameTest.java394 String otherCode = (String) codeToName[k].get(name); in check() local
395 if (otherCode != null) { in check()
400 … + "\t& " + otherCode + " [" + getter.get(ULocale.ENGLISH, otherCode, context) + "]" in check()
/external/cldr/tools/java/org/unicode/cldr/tool/
DCountItems.java259 String otherCode = numericTocurrencyCode.get(strNumCode); in generateSupplementalCurrencyItems() local
260 if (otherCode != null) { in generateSupplementalCurrencyItems()
261 System.out.println("Warning: duplicate code " + otherCode + in generateSupplementalCurrencyItems()