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

/external/chromium_org/third_party/icu/source/common/
H A Dlocdispnames.cpp805 char keywordValue[ULOC_FULLNAME_CAPACITY*4]; local
820 keywordValue[0]=0;
821 keywordValueLen = uloc_getKeywordValue(locale, keyword, keywordValue, capacity, status);
834 UResourceBundle *currency = ures_getByKeyWithFallback(currencies, keywordValue, NULL, status);
864 u_charsToUChars(keywordValue, dest, keywordValueLen);
877 keywordValue,
878 keywordValue,
H A Dlocid.cpp1003 Locale::setKeywordValue(const char* keywordName, const char* keywordValue, UErrorCode &status) argument
1005 uloc_setKeywordValue(keywordName, keywordValue, fullName, ULOC_FULLNAME_CAPACITY, &status);
H A Duloc.cpp919 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);
1036 if(keywordValue) { /* adding a value - not removing */
1038 uprv_strncpy(nextEqualsign, keywordValue, keywordValueLe
918 uloc_setKeywordValue(const char* keywordName, const char* keywordValue, char* buffer, int32_t bufferCapacity, UErrorCode* status) argument
[all...]
/external/icu/icu4c/source/common/
H A Dlocdispnames.cpp805 char keywordValue[ULOC_FULLNAME_CAPACITY*4]; local
820 keywordValue[0]=0;
821 keywordValueLen = uloc_getKeywordValue(locale, keyword, keywordValue, capacity, status);
834 UResourceBundle *currency = ures_getByKeyWithFallback(currencies, keywordValue, NULL, status);
864 u_charsToUChars(keywordValue, dest, keywordValueLen);
877 keywordValue,
878 keywordValue,
H A Dlocid.cpp1003 Locale::setKeywordValue(const char* keywordName, const char* keywordValue, UErrorCode &status) argument
1005 uloc_setKeywordValue(keywordName, keywordValue, fullName, ULOC_FULLNAME_CAPACITY, &status);
H A Duloc.cpp919 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);
1036 if(keywordValue) { /* adding a value - not removing */
1038 uprv_strncpy(nextEqualsign, keywordValue, keywordValueLe
918 uloc_setKeywordValue(const char* keywordName, const char* keywordValue, char* buffer, int32_t bufferCapacity, UErrorCode* status) argument
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcallcoll.c1308 const char *keywordValue = NULL; local
1313 while ((keywordValue = uenum_next(values, NULL, &status)) != NULL) {
1315 if (strcmp(keywordValue, "standard") != 0) {
1317 strcat(input, keywordValue);
/external/icu/icu4c/source/test/cintltst/
H A Dcallcoll.c1318 const char *keywordValue = NULL; local
1323 while ((keywordValue = uenum_next(values, NULL, &status)) != NULL) {
1325 if (strcmp(keywordValue, "standard") != 0) {
1327 strcat(input, keywordValue);
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSPropertyParser.cpp4321 RefPtrWillBeRawPtr<CSSPrimitiveValue> keywordValue = parseValidPrimitive(valueId, value); local
4323 return keywordValue.release();

Completed in 302 milliseconds