Home
last modified time | relevance | path

Searched refs:keywordValue (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/icu/source/common/
Dlocdispnames.cpp827 CharString keywordValue; in uloc_getDisplayKeywordValue() local
829 CharStringByteSink sink(&keywordValue); in uloc_getDisplayKeywordValue()
847 … ures_getByKeyWithFallback(currencies.getAlias(), keywordValue.data(), NULL, status)); in uloc_getDisplayKeywordValue()
871 if(keywordValue.length() <= destCapacity){ in uloc_getDisplayKeywordValue()
872 u_charsToUChars(keywordValue.data(), dest, keywordValue.length()); in uloc_getDisplayKeywordValue()
873 return u_terminateUChars(dest, destCapacity, keywordValue.length(), status); in uloc_getDisplayKeywordValue()
876 return keywordValue.length(); in uloc_getDisplayKeywordValue()
885 keywordValue.data(), in uloc_getDisplayKeywordValue()
886 keywordValue.data(), in uloc_getDisplayKeywordValue()
Duloc.cpp856 const char* keywordValue, in uloc_setKeywordValue() argument
899 if(keywordValue) { in uloc_setKeywordValue()
900 while (*keywordValue != 0) { in uloc_setKeywordValue()
901 if (!UPRV_ISALPHANUM(*keywordValue) && !UPRV_OK_VALUE_PUNCTUATION(*keywordValue)) { in uloc_setKeywordValue()
907 keywordValueBuffer[keywordValueLen++] = *keywordValue++; in uloc_setKeywordValue()
Dlocid.cpp2679 Locale::setKeywordValue(const char* keywordName, const char* keywordValue, UErrorCode &status) in setKeywordValue() argument
2688 int32_t newLength = uloc_setKeywordValue(keywordName, keywordValue, fullName, in setKeywordValue()
2709 uloc_setKeywordValue(keywordName, keywordValue, fullName, newLength, &status); in setKeywordValue()
2722 StringPiece keywordValue, in setKeywordValue() argument
2726 const CharString keywordValue_nul(keywordValue, status); in setKeywordValue()
2732 StringPiece keywordValue, in setUnicodeKeywordValue() argument
2736 const CharString keywordValue_nul(keywordValue, status); in setUnicodeKeywordValue()
/third_party/icu/icu4c/source/common/
Dlocdispnames.cpp827 CharString keywordValue; in uloc_getDisplayKeywordValue() local
829 CharStringByteSink sink(&keywordValue); in uloc_getDisplayKeywordValue()
847 … ures_getByKeyWithFallback(currencies.getAlias(), keywordValue.data(), NULL, status)); in uloc_getDisplayKeywordValue()
871 if(keywordValue.length() <= destCapacity){ in uloc_getDisplayKeywordValue()
872 u_charsToUChars(keywordValue.data(), dest, keywordValue.length()); in uloc_getDisplayKeywordValue()
873 return u_terminateUChars(dest, destCapacity, keywordValue.length(), status); in uloc_getDisplayKeywordValue()
876 return keywordValue.length(); in uloc_getDisplayKeywordValue()
885 keywordValue.data(), in uloc_getDisplayKeywordValue()
886 keywordValue.data(), in uloc_getDisplayKeywordValue()
Duloc.cpp856 const char* keywordValue, in uloc_setKeywordValue() argument
899 if(keywordValue) { in uloc_setKeywordValue()
900 while (*keywordValue != 0) { in uloc_setKeywordValue()
901 if (!UPRV_ISALPHANUM(*keywordValue) && !UPRV_OK_VALUE_PUNCTUATION(*keywordValue)) { in uloc_setKeywordValue()
907 keywordValueBuffer[keywordValueLen++] = *keywordValue++; in uloc_setKeywordValue()
Dlocid.cpp2675 Locale::setKeywordValue(const char* keywordName, const char* keywordValue, UErrorCode &status) in setKeywordValue() argument
2684 int32_t newLength = uloc_setKeywordValue(keywordName, keywordValue, fullName, in setKeywordValue()
2702 uloc_setKeywordValue(keywordName, keywordValue, fullName, newLength, &status); in setKeywordValue()
2715 StringPiece keywordValue, in setKeywordValue() argument
2719 const CharString keywordValue_nul(keywordValue, status); in setKeywordValue()
2725 StringPiece keywordValue, in setUnicodeKeywordValue() argument
2729 const CharString keywordValue_nul(keywordValue, status); in setUnicodeKeywordValue()
/third_party/node/deps/icu-small/source/common/
Dlocdispnames.cpp839 CharString keywordValue; in uloc_getDisplayKeywordValue() local
841 CharStringByteSink sink(&keywordValue); in uloc_getDisplayKeywordValue()
859 … ures_getByKeyWithFallback(currencies.getAlias(), keywordValue.data(), NULL, status)); in uloc_getDisplayKeywordValue()
883 if(keywordValue.length() <= destCapacity){ in uloc_getDisplayKeywordValue()
884 u_charsToUChars(keywordValue.data(), dest, keywordValue.length()); in uloc_getDisplayKeywordValue()
885 return u_terminateUChars(dest, destCapacity, keywordValue.length(), status); in uloc_getDisplayKeywordValue()
888 return keywordValue.length(); in uloc_getDisplayKeywordValue()
897 keywordValue.data(), in uloc_getDisplayKeywordValue()
898 keywordValue.data(), in uloc_getDisplayKeywordValue()
Duloc.cpp866 const char* keywordValue, in uloc_setKeywordValue() argument
909 if(keywordValue) { in uloc_setKeywordValue()
910 while (*keywordValue != 0) { in uloc_setKeywordValue()
911 if (!UPRV_ISALPHANUM(*keywordValue) && !UPRV_OK_VALUE_PUNCTUATION(*keywordValue)) { in uloc_setKeywordValue()
917 keywordValueBuffer[keywordValueLen++] = *keywordValue++; in uloc_setKeywordValue()
Dlocid.cpp2648 Locale::setKeywordValue(const char* keywordName, const char* keywordValue, UErrorCode &status) in setKeywordValue() argument
2657 int32_t newLength = uloc_setKeywordValue(keywordName, keywordValue, fullName, in setKeywordValue()
2678 uloc_setKeywordValue(keywordName, keywordValue, fullName, newLength, &status); in setKeywordValue()
2691 StringPiece keywordValue, in setKeywordValue() argument
2695 const CharString keywordValue_nul(keywordValue, status); in setKeywordValue()
2701 StringPiece keywordValue, in setUnicodeKeywordValue() argument
2705 const CharString keywordValue_nul(keywordValue, status); in setUnicodeKeywordValue()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dlocdispnames.cpp807 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()
838 … UResourceBundle *currency = ures_getByKeyWithFallback(currencies, keywordValue, NULL, status); in uloc_getDisplayKeywordValue()
868 u_charsToUChars(keywordValue, dest, keywordValueLen); in uloc_getDisplayKeywordValue()
881 keywordValue, in uloc_getDisplayKeywordValue()
882 keywordValue, in uloc_getDisplayKeywordValue()
Dlocid.cpp1501 Locale::setKeywordValue(const char* keywordName, const char* keywordValue, UErrorCode &status) in setKeywordValue() argument
1503 uloc_setKeywordValue(keywordName, keywordValue, fullName, ULOC_FULLNAME_CAPACITY, &status); in setKeywordValue()
1512 StringPiece keywordValue, in setKeywordValue() argument
1516 const CharString keywordValue_nul(keywordValue, status); in setKeywordValue()
1522 StringPiece keywordValue, in setUnicodeKeywordValue() argument
1526 const CharString keywordValue_nul(keywordValue, status); in setUnicodeKeywordValue()
Duloc.cpp966 const char* keywordValue, in uloc_setKeywordValue() argument
1007 if(keywordValue) { in uloc_setKeywordValue()
1008 while (*keywordValue != 0) { in uloc_setKeywordValue()
1009 if (!UPRV_ISALPHANUM(*keywordValue) && !UPRV_OK_VALUE_PUNCTUATION(*keywordValue)) { in uloc_setKeywordValue()
1015 keywordValueBuffer[keywordValueLen++] = *keywordValue++; in uloc_setKeywordValue()
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dlocid.h730 void setKeywordValue(const char* keywordName, const char* keywordValue, UErrorCode &status);
751 void setKeywordValue(StringPiece keywordName, StringPiece keywordValue, UErrorCode& status);
771 …void setUnicodeKeywordValue(StringPiece keywordName, StringPiece keywordValue, UErrorCode& status);
Duloc.h906 const char* keywordValue,
/third_party/icu/icu4c/source/common/unicode/
Dlocid.h731 void setKeywordValue(const char* keywordName, const char* keywordValue, UErrorCode &status);
751 void setKeywordValue(StringPiece keywordName, StringPiece keywordValue, UErrorCode& status);
771 …void setUnicodeKeywordValue(StringPiece keywordName, StringPiece keywordValue, UErrorCode& status);
Duloc.h1002 const char* keywordValue,
/third_party/node/deps/icu-small/source/common/unicode/
Dlocid.h731 void setKeywordValue(const char* keywordName, const char* keywordValue, UErrorCode &status);
751 void setKeywordValue(StringPiece keywordName, StringPiece keywordValue, UErrorCode& status);
771 …void setUnicodeKeywordValue(StringPiece keywordName, StringPiece keywordValue, UErrorCode& status);
Duloc.h1002 const char* keywordValue,
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dlocid.h731 void setKeywordValue(const char* keywordName, const char* keywordValue, UErrorCode &status);
751 void setKeywordValue(StringPiece keywordName, StringPiece keywordValue, UErrorCode& status);
771 …void setUnicodeKeywordValue(StringPiece keywordName, StringPiece keywordValue, UErrorCode& status);
Duloc.h1002 const char* keywordValue,
/third_party/icu/icu4c/source/test/cintltst/
Dcallcoll.c1323 const char *keywordValue = NULL; in TestJ5298() local
1326 while ((keywordValue = uenum_next(values, NULL, &status)) != NULL) { in TestJ5298()
1327 if (strncmp(keywordValue, "private-", 8) == 0) { in TestJ5298()
1328 … log_err("ucol_getKeywordValues() returns private collation keyword: %s\n", keywordValue); in TestJ5298()
1333 while ((keywordValue = uenum_next(values, NULL, &status)) != NULL) { in TestJ5298()
1335 if (strcmp(keywordValue, "standard") != 0) { in TestJ5298()
1337 strcat(input, keywordValue); in TestJ5298()
/third_party/skia/third_party/externals/icu/patches/
Dlocid_operators.patch26 @@ -2696,6 +2700,9 @@ Locale::setKeywordValue(const char* keywordName, const char* keywordValue, UE…