Home
last modified time | relevance | path

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

/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
DULocale.java3130 …String ltype = bcp47ToLDMLType(lkey, ((bcpType.length() == 0) ? "yes" : bcpType)); // use "yes" as… in getInstance()
3345 private static String bcp47ToLDMLType(String key, String bcpType) { in bcp47ToLDMLType() method in ULocale
3611 kwVal = bcp47ToLDMLType(kwKey, ((kwVal.length() == 0) ? "yes" : kwVal)); in toULocale7()