Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Duloc.h714 uloc_getDisplayKeywordValue( const char* locale,
Durename.h1060 #define uloc_getDisplayKeywordValue U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayKeywordValue) macro
/third_party/icu/icu4c/source/common/unicode/
Duloc.h742 uloc_getDisplayKeywordValue( const char* locale,
Durename.h1087 #define uloc_getDisplayKeywordValue U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayKeywordValue) macro
/third_party/node/deps/icu-small/source/common/unicode/
Duloc.h742 uloc_getDisplayKeywordValue( const char* locale,
Durename.h1093 #define uloc_getDisplayKeywordValue U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayKeywordValue) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duloc.h742 uloc_getDisplayKeywordValue( const char* locale,
Durename.h1087 #define uloc_getDisplayKeywordValue U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayKeywordValue) macro
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dlocdispnames.cpp672 … 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/
Dlocdispnames.cpp681 … 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/
Dlocdispnames.cpp681 … 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/
Dlocdispnames.cpp693 … 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/
Dcloctst.c2610 …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()