Searched refs:uloc_getDisplayKeywordValue (Results 1 – 13 of 13) sorted by relevance
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | uloc.h | 714 uloc_getDisplayKeywordValue( const char* locale,
|
D | urename.h | 1060 #define uloc_getDisplayKeywordValue U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayKeywordValue) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | uloc.h | 742 uloc_getDisplayKeywordValue( const char* locale,
|
D | urename.h | 1087 #define uloc_getDisplayKeywordValue U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayKeywordValue) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | uloc.h | 742 uloc_getDisplayKeywordValue( const char* locale,
|
D | urename.h | 1093 #define uloc_getDisplayKeywordValue U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayKeywordValue) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | uloc.h | 742 uloc_getDisplayKeywordValue( const char* locale,
|
D | urename.h | 1087 #define uloc_getDisplayKeywordValue U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayKeywordValue) macro
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | locdispnames.cpp | 672 … int32_t vlen = uloc_getDisplayKeywordValue(locale, kw, displayLocale, in uloc_getDisplayName() 799 uloc_getDisplayKeywordValue( const char* locale, in uloc_getDisplayKeywordValue() function
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | locdispnames.cpp | 681 … int32_t vlen = uloc_getDisplayKeywordValue(locale, kw, displayLocale, in uloc_getDisplayName() 808 uloc_getDisplayKeywordValue( const char* locale, in uloc_getDisplayKeywordValue() function
|
/third_party/icu/icu4c/source/common/ |
D | locdispnames.cpp | 681 … int32_t vlen = uloc_getDisplayKeywordValue(locale, kw, displayLocale, in uloc_getDisplayName() 808 uloc_getDisplayKeywordValue( const char* locale, in uloc_getDisplayKeywordValue() function
|
/third_party/node/deps/icu-small/source/common/ |
D | locdispnames.cpp | 693 … int32_t vlen = uloc_getDisplayKeywordValue(locale, kw, displayLocale, in uloc_getDisplayName() 820 uloc_getDisplayKeywordValue( const char* locale, in uloc_getDisplayKeywordValue() function
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cloctst.c | 2610 …displayKeywordValueLen = uloc_getDisplayKeywordValue(testCases[i].localeID, keyword, testCases[i].… in TestDisplayKeywordValues() 2615 …displayKeywordValueLen = uloc_getDisplayKeywordValue(testCases[i].localeID, keyword, testCases[i].… in TestDisplayKeywordValues() 2665 …displayKeywordValueLen = uloc_getDisplayKeywordValue(localeID, keyword, displayLocale, displayKeyw… in TestDisplayKeywordValues() 2670 …displayKeywordValueLen = uloc_getDisplayKeywordValue(localeID, keyword, displayLocale, displayKeyw… in TestDisplayKeywordValues() 2702 …displayKeywordValueLen = uloc_getDisplayKeywordValue(localeID, "calendar", displayLocale, displayK… in TestDisplayKeywordValues() 6978 length = uloc_getDisplayKeywordValue(keyword_value, keyword, "de", buff, 256, &status); in TestUsingDefaultWarning()
|