Searched refs:keywordName (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/common/unicode/
H A Dlocid.h440 * @param keywordName name of the keyword for which we want the value. Case insensitive.
448 int32_t getKeywordValue(const char* keywordName, char *buffer, int32_t bufferCapacity, UErrorCode &status) const;
453 * @param keywordName name of the keyword to be set. Case insensitive.
461 void setKeywordValue(const char* keywordName, const char* keywordValue, UErrorCode &status);
H A Duloc.h841 * @param keywordName name of the keyword for which we want the value. Case insensitive.
850 const char* keywordName,
863 * @param keywordName name of the keyword to be set. Case insensitive.
875 uloc_setKeywordValue(const char* keywordName,
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duloc.h824 * @param keywordName name of the keyword for which we want the value. Case insensitive.
833 const char* keywordName,
846 * @param keywordName name of the keyword to be set. Case insensitive.
858 uloc_setKeywordValue(const char* keywordName,
/external/webkit/Source/WebCore/icu/unicode/
H A Duloc.h824 * @param keywordName name of the keyword for which we want the value. Case insensitive.
833 const char* keywordName,
846 * @param keywordName name of the keyword to be set. Case insensitive.
858 uloc_setKeywordValue(const char* keywordName,
/external/icu4c/common/
H A Dlocid.cpp1061 Locale::getKeywordValue(const char* keywordName, char *buffer, int32_t bufLen, UErrorCode &status) const argument
1063 return uloc_getKeywordValue(fullName, keywordName, buffer, bufLen, &status);
1067 Locale::setKeywordValue(const char* keywordName, const char* keywordValue, UErrorCode &status) argument
1069 uloc_setKeywordValue(keywordName, keywordValue, fullName, ULOC_FULLNAME_CAPACITY, &status);
H A Duloc.c597 * @param keywordName incoming name to be canonicalized
601 static int32_t locale_canonKeywordName(char *buf, const char *keywordName, UErrorCode *status) argument
604 int32_t keywordNameLen = (int32_t)uprv_strlen(keywordName);
614 buf[i] = uprv_tolower(keywordName[i]);
822 const char* keywordName,
849 locale_canonKeywordName(keywordNameBuffer, keywordName, status);
918 uloc_setKeywordValue(const char* keywordName, argument
961 keywordNameLen = locale_canonKeywordName(keywordNameBuffer, keywordName, status);
821 uloc_getKeywordValue(const char* localeID, const char* keywordName, char* buffer, int32_t bufferCapacity, UErrorCode* status) argument

Completed in 90 milliseconds