Home
last modified time | relevance | path

Searched refs:getKeywordValue (Results 1 – 6 of 6) sorted by relevance

/external/icu4c/common/unicode/
Dlocid.h445 …int32_t getKeywordValue(const char* keywordName, char *buffer, int32_t bufferCapacity, UErrorCode …
/external/icu4c/i18n/
Ddatefmt.cpp285 int32_t count = locale.getKeywordValue("compat", buffer, sizeof(buffer), status); in create()
Dnumfmt.cpp826 int32_t count = desiredLocale.getKeywordValue("compat", buffer, sizeof(buffer), status); in makeInstance()
Dcalendar.cpp304 if(!loc.getKeywordValue("calendar", keyword, sizeof(keyword)-1, status)) { in create()
679 …int32_t keywordCapacity = aLocale.getKeywordValue("calendar", calLocaleType, sizeof(calLocaleType)… in createInstance()
/external/icu4c/common/
Dlocid.cpp1305 Locale::getKeywordValue(const char* keywordName, char *buffer, int32_t bufLen, UErrorCode &status) … in getKeywordValue() function in Locale
/external/icu4c/test/intltest/
Dloctest.cpp1680 resultLen = l.getKeywordValue(testCases[i].keyword, buffer, 256, status); in TestKeywordVariantParsing()