Home
last modified time | relevance | path

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

/external/icu4c/common/unicode/
Dlocid.h448 …int32_t getKeywordValue(const char* keywordName, char *buffer, int32_t bufferCapacity, UErrorCode …
/external/icu4c/i18n/
Dnumsys.cpp108 int32_t count = inLocale.getKeywordValue("numbers",buffer, sizeof(buffer),status); in createInstance()
Ddatefmt.cpp349 int32_t count = locale.getKeywordValue("compat", buffer, sizeof(buffer), status); in create()
Dlocdspnm.cpp419 locale.getKeywordValue(key, value, ULOC_KEYWORD_AND_VALUES_CAPACITY, status); in localeDisplayName()
Dnumfmt.cpp1115 int32_t count = desiredLocale.getKeywordValue("compat", buffer, sizeof(buffer), status); in makeInstance()
Dcalendar.cpp883 l.getKeywordValue("calendar", keyword, ULOC_FULLNAME_CAPACITY, tmpStatus); in createInstance()
/external/icu4c/test/intltest/
Dloctest.cpp1716 resultLen = l.getKeywordValue(testCases[i].keyword, buffer, 256, status); in TestKeywordVariantParsing()
1750 resultLen = l.getKeywordValue(testCases[i].keyword, buffer, 256, status); in TestSetKeywordValue()
2539 int32_t len = l.getKeywordValue("foo", buffer, 50, status); in TestGetVariantWithKeywords()
/external/icu4c/common/
Dlocid.cpp1061 Locale::getKeywordValue(const char* keywordName, char *buffer, int32_t bufLen, UErrorCode &status) … in getKeywordValue() function in Locale