Home
last modified time | relevance | path

Searched refs:keywordValue (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/common/
Dlocdispnames.cpp807 char keywordValue[ULOC_FULLNAME_CAPACITY*4]; in uloc_getDisplayKeywordValue() local
822 keywordValue[0]=0; in uloc_getDisplayKeywordValue()
823 keywordValueLen = uloc_getKeywordValue(locale, keyword, keywordValue, capacity, status); in uloc_getDisplayKeywordValue()
838 … UResourceBundle *currency = ures_getByKeyWithFallback(currencies, keywordValue, NULL, status); in uloc_getDisplayKeywordValue()
868 u_charsToUChars(keywordValue, dest, keywordValueLen); in uloc_getDisplayKeywordValue()
881 keywordValue, in uloc_getDisplayKeywordValue()
882 keywordValue, in uloc_getDisplayKeywordValue()
Dlocid.cpp1501 Locale::setKeywordValue(const char* keywordName, const char* keywordValue, UErrorCode &status) in setKeywordValue() argument
1503 uloc_setKeywordValue(keywordName, keywordValue, fullName, ULOC_FULLNAME_CAPACITY, &status); in setKeywordValue()
1512 StringPiece keywordValue, in setKeywordValue() argument
1516 const CharString keywordValue_nul(keywordValue, status); in setKeywordValue()
1522 StringPiece keywordValue, in setUnicodeKeywordValue() argument
1526 const CharString keywordValue_nul(keywordValue, status); in setUnicodeKeywordValue()
Duloc.cpp966 const char* keywordValue, in uloc_setKeywordValue() argument
1007 if(keywordValue) { in uloc_setKeywordValue()
1008 while (*keywordValue != 0) { in uloc_setKeywordValue()
1009 if (!UPRV_ISALPHANUM(*keywordValue) && !UPRV_OK_VALUE_PUNCTUATION(*keywordValue)) { in uloc_setKeywordValue()
1015 keywordValueBuffer[keywordValueLen++] = *keywordValue++; in uloc_setKeywordValue()
/external/icu/icu4c/source/common/unicode/
Dlocid.h730 void setKeywordValue(const char* keywordName, const char* keywordValue, UErrorCode &status);
751 void setKeywordValue(StringPiece keywordName, StringPiece keywordValue, UErrorCode& status);
771 …void setUnicodeKeywordValue(StringPiece keywordName, StringPiece keywordValue, UErrorCode& status);
Duloc.h906 const char* keywordValue,
/external/icu/icu4c/source/test/cintltst/
Dcallcoll.c1323 const char *keywordValue = NULL; in TestJ5298() local
1326 while ((keywordValue = uenum_next(values, NULL, &status)) != NULL) { in TestJ5298()
1327 if (strncmp(keywordValue, "private-", 8) == 0) { in TestJ5298()
1328 … log_err("ucol_getKeywordValues() returns private collation keyword: %s\n", keywordValue); in TestJ5298()
1333 while ((keywordValue = uenum_next(values, NULL, &status)) != NULL) { in TestJ5298()
1335 if (strcmp(keywordValue, "standard") != 0) { in TestJ5298()
1337 strcat(input, keywordValue); in TestJ5298()
/external/icu/libandroidicu/include/unicode/
Duloc.h906 const char* keywordValue,
/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRModify.java2099 String keywordValue = resolved.getStringValue(keywordPath);
2105 items = Annotations.splitter.splitToList(keywordValue);
2112 if (!newKeywordValue.equals(keywordValue)) {
/external/icu/libandroidicu/static_shim/
Dshim.cpp1843 int32_t uloc_setKeywordValue_android(const char * keywordName, const char * keywordValue, char * bu… in uloc_setKeywordValue_android() argument
1844 return uloc_setKeywordValue(keywordName, keywordValue, buffer, bufferCapacity, status); in uloc_setKeywordValue_android()