Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/fuzzer/
Duloc_open_keywords_fuzzer.cpp14 UEnumeration* enumeration = uloc_openKeywords(input.c_str(), &status); in LLVMFuzzerTestOneInput()
/external/icu/libicu/
Dlibicu.map.txt235 uloc_openKeywords;
/external/icu/libicu/ndk_headers/unicode/
Duloc.h932 uloc_openKeywords(const char* localeID,
Durename.h1103 #define uloc_openKeywords U_ICU_ENTRY_POINT_RENAME(uloc_openKeywords) macro
/external/icu/libicu/cts_headers/unicode/
Duloc.h947 uloc_openKeywords(const char* localeID,
/external/icu/libandroidicu/include/unicode/
Duloc.h947 uloc_openKeywords(const char* localeID,
Durename.h1103 #define uloc_openKeywords U_ICU_ENTRY_POINT_RENAME(uloc_openKeywords) macro
/external/icu/icu4c/source/common/unicode/
Duloc.h947 uloc_openKeywords(const char* localeID,
Durename.h1103 #define uloc_openKeywords U_ICU_ENTRY_POINT_RENAME(uloc_openKeywords) macro
/external/icu/tools/icu4c_srcgen/
Dlibicu_export.txt245 uloc_openKeywords
/external/icu/libicu/src/
Dshim.cpp237 #undef uloc_openKeywords
941 UEnumeration * uloc_openKeywords(const char * localeID, UErrorCode * status) { in uloc_openKeywords() function
942 return U_ICU_ENTRY_POINT_RENAME(uloc_openKeywords)(localeID, status); in uloc_openKeywords()
/external/icu/icu4c/source/common/
Dlocdispnames.cpp652 kenum.adoptInstead(uloc_openKeywords(locale, pErrorCode)); in uloc_getDisplayName()
Duloc_tag.cpp1254 icu::LocalUEnumerationPointer keywordEnum(uloc_openKeywords(localeID, status)); in _appendKeywordsToLanguageTag()
2678 icu::LocalUEnumerationPointer kwdEnum(uloc_openKeywords(canonical.data(), &tmpStatus)); in ulocimp_toLanguageTag()
Duloc.cpp1396 uloc_openKeywords(const char* localeID, in uloc_openKeywords() function
/external/icu/icu4c/source/test/cintltst/
Dcloctst.c1933 keywords = uloc_openKeywords(testCases[i].localeID, &status); in TestKeywordVariants()
2515 UEnumeration* keywordEnum = uloc_openKeywords(testCases[i].localeID, &status); in TestDisplayKeywords()
2599 UEnumeration* keywordEnum = uloc_openKeywords(testCases[i].localeID, &status); in TestDisplayKeywordValues()
2651 UEnumeration* keywordEnum = uloc_openKeywords(localeID, &status); in TestDisplayKeywordValues()