Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duloc.cpp2123 isWellFormedLegacyKey(const char* legacyKey) in isWellFormedLegacyKey() argument
2125 const char* p = legacyKey; in isWellFormedLegacyKey()
2159 const char* legacyKey = ulocimp_toLegacyKey(keyword); in uloc_toLegacyKey() local
2160 if (legacyKey == NULL) { in uloc_toLegacyKey()
2172 return legacyKey; in uloc_toLegacyKey()
/external/icu/icu4c/source/test/cintltst/
Dcloctst.c6546 const char* legacyKey = NULL; in TestToLegacyKey() local
6548 legacyKey = uloc_toLegacyKey(keyword); in TestToLegacyKey()
6550 if (legacyKey != NULL) { in TestToLegacyKey()
6551 log_err("toLegacyKey: keyword=%s => %s, expected=NULL\n", keyword, legacyKey); in TestToLegacyKey()
6553 } else if (legacyKey == NULL) { in TestToLegacyKey()
6556 if (legacyKey != keyword) { in TestToLegacyKey()
6557 …og_err("toLegacyKey: keyword=%s => %s, expected=%s(input pointer)\n", keyword, legacyKey, keyword); in TestToLegacyKey()
6559 } else if (uprv_strcmp(legacyKey, expected) != 0) { in TestToLegacyKey()
6560 … log_data_err("toUnicodeLocaleKey: keyword=%s, %s, expected=%s\n", keyword, legacyKey, expected); in TestToLegacyKey()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DULocale.java3471 String legacyKey = KeyTypeData.toLegacyKey(keyword); in toLegacyKey() local
3472 if (legacyKey == null) { in toLegacyKey()
3482 legacyKey = AsciiUtil.toLowerString(keyword); in toLegacyKey()
3485 return legacyKey; in toLegacyKey()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java3636 String legacyKey = KeyTypeData.toLegacyKey(keyword); in toLegacyKey() local
3637 if (legacyKey == null) { in toLegacyKey()
3647 legacyKey = AsciiUtil.toLowerString(keyword); in toLegacyKey()
3650 return legacyKey; in toLegacyKey()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DULocaleTest.java4848 String legacyKey = ULocale.toLegacyKey(keyword); in TestToLegacyKey() local
4849 assertEquals("bcpKey=" + keyword, expected, legacyKey); in TestToLegacyKey()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DULocaleTest.java4851 String legacyKey = ULocale.toLegacyKey(keyword); in TestToLegacyKey() local
4852 assertEquals("bcpKey=" + keyword, expected, legacyKey); in TestToLegacyKey()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...