Searched refs:getKeywordValue (Results 1 – 6 of 6) sorted by relevance
/external/icu4c/common/unicode/ |
D | locid.h | 445 …int32_t getKeywordValue(const char* keywordName, char *buffer, int32_t bufferCapacity, UErrorCode …
|
/external/icu4c/i18n/ |
D | datefmt.cpp | 285 int32_t count = locale.getKeywordValue("compat", buffer, sizeof(buffer), status); in create()
|
D | numfmt.cpp | 826 int32_t count = desiredLocale.getKeywordValue("compat", buffer, sizeof(buffer), status); in makeInstance()
|
D | calendar.cpp | 304 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/ |
D | locid.cpp | 1305 Locale::getKeywordValue(const char* keywordName, char *buffer, int32_t bufLen, UErrorCode &status) … in getKeywordValue() function in Locale
|
/external/icu4c/test/intltest/ |
D | loctest.cpp | 1680 resultLen = l.getKeywordValue(testCases[i].keyword, buffer, 256, status); in TestKeywordVariantParsing()
|