Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java4159 for (String kwKey : uKeys) { in toULocale7()
4160 String kwVal = (String) mGetUnicodeLocaleType.invoke(loc, kwKey); in toULocale7()
4162 if (kwKey.equals("va")) { in toULocale7()
4169 keywords.put(kwKey, kwVal); in toULocale7()
4241 String kwKey = kwEntry.getKey(); in toULocale7() local
4244 if (kwKey.length() != 1) { in toULocale7()
4246 kwKey = toLegacyKey(kwKey); in toULocale7()
4248 kwVal = toLegacyType(kwKey, ((kwVal.length() == 0) ? "yes" : kwVal)); in toULocale7()
4256 buf.append(kwKey); in toULocale7()