Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java3518 public static String toLegacyType(String keyword, String value) { in toLegacyType() method in ULocale
3519 String legacyType = KeyTypeData.toLegacyType(keyword, value, null, null); in toLegacyType()
3910 …String ltype = toLegacyType(bcpKey, ((bcpType.length() == 0) ? "yes" : bcpType)); // use "yes" as … in getInstance()
4248 kwVal = toLegacyType(kwKey, ((kwVal.length() == 0) ? "yes" : kwVal)); in toULocale7()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DKeyTypeData.java137 public static String toLegacyType(String key, String type, in toLegacyType() method in KeyTypeData
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DULocaleTest.java4611 String legacyType = ULocale.toLegacyType(keyword, value); in TestToLegacyType()