Searched refs:keywordValue (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/common/ |
D | locdispnames.cpp | 807 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() 836 … UResourceBundle *currency = ures_getByKeyWithFallback(currencies, keywordValue, NULL, status); in uloc_getDisplayKeywordValue() 866 u_charsToUChars(keywordValue, dest, keywordValueLen); in uloc_getDisplayKeywordValue() 879 keywordValue, in uloc_getDisplayKeywordValue() 880 keywordValue, in uloc_getDisplayKeywordValue()
|
D | uloc.cpp | 930 const char* keywordValue, in uloc_setKeywordValue() argument 964 if(keywordValue && !*keywordValue) { in uloc_setKeywordValue() 965 keywordValue = NULL; in uloc_setKeywordValue() 967 if(keywordValue) { in uloc_setKeywordValue() 968 keywordValueLen = (int32_t)uprv_strlen(keywordValue); in uloc_setKeywordValue() 978 if(!keywordValue) { /* no keywords = nothing to remove */ in uloc_setKeywordValue() 999 uprv_strcpy(startSearchHere, keywordValue); in uloc_setKeywordValue() 1047 if(keywordValue) { /* adding a value - not removing */ in uloc_setKeywordValue() 1049 uprv_strncpy(nextEqualsign, keywordValue, keywordValueLen); in uloc_setKeywordValue() 1056 uprv_strncpy(nextEqualsign, keywordValue, keywordValueLen); in uloc_setKeywordValue() [all …]
|
D | locid.cpp | 1041 Locale::setKeywordValue(const char* keywordName, const char* keywordValue, UErrorCode &status) in setKeywordValue() argument 1043 uloc_setKeywordValue(keywordName, keywordValue, fullName, ULOC_FULLNAME_CAPACITY, &status); in setKeywordValue()
|
/external/icu/icu4c/source/test/cintltst/ |
D | callcoll.c | 1320 const char *keywordValue = NULL; in TestJ5298() local 1323 while ((keywordValue = uenum_next(values, NULL, &status)) != NULL) { in TestJ5298() 1324 if (strncmp(keywordValue, "private-", 8) == 0) { in TestJ5298() 1325 … log_err("ucol_getKeywordValues() returns private collation keyword: %s\n", keywordValue); in TestJ5298() 1330 while ((keywordValue = uenum_next(values, NULL, &status)) != NULL) { in TestJ5298() 1332 if (strcmp(keywordValue, "standard") != 0) { in TestJ5298() 1334 strcat(input, keywordValue); in TestJ5298()
|
/external/icu/icu4c/source/common/unicode/ |
D | locid.h | 472 void setKeywordValue(const char* keywordName, const char* keywordValue, UErrorCode &status);
|
D | uloc.h | 893 const char* keywordValue,
|