Home
last modified time | relevance | path

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

/external/icu/libicu/
Dlibicu.map.txt238 uloc_toLegacyKey;
/external/icu/libicu/ndk_headers/unicode/
Duloc.h1337 uloc_toLegacyKey(const char* keyword) __INTRODUCED_IN(31);
Durename.h1107 #define uloc_toLegacyKey U_ICU_ENTRY_POINT_RENAME(uloc_toLegacyKey) macro
/external/icu/libicu/cts_headers/unicode/
Duloc.h1362 uloc_toLegacyKey(const char* keyword);
/external/icu/libandroidicu/include/unicode/
Duloc.h1362 uloc_toLegacyKey(const char* keyword);
Durename.h1107 #define uloc_toLegacyKey U_ICU_ENTRY_POINT_RENAME(uloc_toLegacyKey) macro
/external/icu/icu4c/source/common/unicode/
Duloc.h1362 uloc_toLegacyKey(const char* keyword);
Durename.h1107 #define uloc_toLegacyKey U_ICU_ENTRY_POINT_RENAME(uloc_toLegacyKey) macro
/external/icu/tools/icu4c_srcgen/
Dlibicu_export.txt248 uloc_toLegacyKey
/external/icu/libicu/src/
Dshim.cpp240 #undef uloc_toLegacyKey
950 const char * uloc_toLegacyKey(const char * keyword) { in uloc_toLegacyKey() function
951 return U_ICU_ENTRY_POINT_RENAME(uloc_toLegacyKey)(keyword); in uloc_toLegacyKey()
/external/icu/icu4c/source/common/
Dlocid.cpp2436 const char* legacy_key = uloc_toLegacyKey(keywordName_nul.data()); in getUnicodeKeywordValue()
2525 const char* legacy_key = uloc_toLegacyKey(keywordName_nul.data()); in setUnicodeKeywordValue()
Duloc.cpp2157 uloc_toLegacyKey(const char* keyword) in uloc_toLegacyKey() function
Duloc_tag.cpp1664 pKey = uloc_toLegacyKey(bcpKeyBuf); in _appendLDMLExtensionAsKeywords()
/external/icu/icu4c/source/test/cintltst/
Dcloctst.c6548 legacyKey = uloc_toLegacyKey(keyword); in TestToLegacyKey()