Searched defs:keywordValue (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/common/
H A Dlocdispnames.cpp749 char keywordValue[ULOC_FULLNAME_CAPACITY*4]; local
764 keywordValue[0]=0;
765 keywordValueLen = uloc_getKeywordValue(locale, keyword, keywordValue, capacity, status);
778 UResourceBundle *currency = ures_getByKeyWithFallback(currencies, keywordValue, NULL, status);
808 u_charsToUChars(keywordValue, dest, keywordValueLen);
821 keywordValue,
822 keywordValue,
H A Dlocid.cpp1067 Locale::setKeywordValue(const char* keywordName, const char* keywordValue, UErrorCode &status) argument
1069 uloc_setKeywordValue(keywordName, keywordValue, fullName, ULOC_FULLNAME_CAPACITY, &status);
H A Duloc.c922 const char* keywordValue,
956 if(keywordValue && !*keywordValue) {
957 keywordValue = NULL;
959 if(keywordValue) {
960 keywordValueLen = (int32_t)uprv_strlen(keywordValue);
970 if(!keywordValue) { /* no keywords = nothing to remove */
991 uprv_strcpy(startSearchHere, keywordValue);
1038 if(keywordValue) { /* adding a value - not removing */
1040 uprv_strncpy(nextEqualsign, keywordValue, keywordValueLe
921 uloc_setKeywordValue(const char* keywordName, const char* keywordValue, char* buffer, int32_t bufferCapacity, UErrorCode* status) argument
[all...]
/external/icu4c/test/cintltst/
H A Dcallcoll.c1277 const char *keywordValue = NULL; local
1282 while ((keywordValue = uenum_next(values, NULL, &status)) != NULL) {
1284 if (strcmp(keywordValue, "standard") != 0) {
1286 strcat(input, keywordValue);

Completed in 72 milliseconds