Searched refs:keywordValue (Results 1 - 8 of 8) sorted by relevance

/external/icu4c/common/
H A Dlocdispnames.cpp442 char keywordValue[256]; local
612 keywordValueLen = uloc_getKeywordValue(locale, keyword, keywordValue, 256, pErrorCode);
747 char keywordValue[ULOC_FULLNAME_CAPACITY*4]; local
762 keywordValue[0]=0;
763 keywordValueLen = uloc_getKeywordValue(locale, keyword, keywordValue, capacity, status);
776 UResourceBundle *currency = ures_getByKeyWithFallback(currencies, keywordValue, NULL, status);
806 u_charsToUChars(keywordValue, dest, keywordValueLen);
819 keywordValue,
820 keywordValue,
H A Duloc.c919 const char* keywordValue,
953 if(keywordValue && !*keywordValue) {
954 keywordValue = NULL;
956 if(keywordValue) {
957 keywordValueLen = (int32_t)uprv_strlen(keywordValue);
967 if(!keywordValue) { /* no keywords = nothing to remove */
988 uprv_strcpy(startSearchHere, keywordValue);
1035 if(keywordValue) { /* adding a value - not removing */
1037 uprv_strncpy(nextEqualsign, keywordValue, keywordValueLe
918 uloc_setKeywordValue(const char* keywordName, const char* keywordValue, char* buffer, int32_t bufferCapacity, UErrorCode* status) argument
[all...]
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);
/external/icu4c/common/unicode/
H A Dlocid.h454 * @param keywordValue value of the keyword to be set. If 0-length or
461 void setKeywordValue(const char* keywordName, const char* keywordValue, UErrorCode &status);
H A Duloc.h864 * @param keywordValue value of the keyword to be set. If 0-length or
876 const char* keywordValue,
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duloc.h847 * @param keywordValue value of the keyword to be set. If 0-length or
859 const char* keywordValue,
/external/webkit/Source/WebCore/icu/unicode/
H A Duloc.h847 * @param keywordValue value of the keyword to be set. If 0-length or
859 const char* keywordValue,
/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 124 milliseconds