/third_party/skia/third_party/externals/icu/source/common/ |
D | locdispnames.cpp | 827 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()
|
D | uloc.cpp | 856 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()
|
D | locid.cpp | 2679 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/node/deps/icu-small/source/common/ |
D | locdispnames.cpp | 839 CharString keywordValue; in uloc_getDisplayKeywordValue() local 841 CharStringByteSink sink(&keywordValue); in uloc_getDisplayKeywordValue() 859 … ures_getByKeyWithFallback(currencies.getAlias(), keywordValue.data(), nullptr, 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()
|
D | uloc.cpp | 866 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()
|
D | locid.cpp | 2641 Locale::setKeywordValue(const char* keywordName, const char* keywordValue, UErrorCode &status) in setKeywordValue() argument 2650 int32_t newLength = uloc_setKeywordValue(keywordName, keywordValue, fullName, in setKeywordValue() 2671 uloc_setKeywordValue(keywordName, keywordValue, fullName, newLength, &status); in setKeywordValue() 2684 StringPiece keywordValue, in setKeywordValue() argument 2688 const CharString keywordValue_nul(keywordValue, status); in setKeywordValue() 2694 StringPiece keywordValue, in setUnicodeKeywordValue() argument 2698 const CharString keywordValue_nul(keywordValue, status); in setUnicodeKeywordValue()
|
/third_party/icu/icu4c/source/common/ |
D | locdispnames.cpp | 839 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()
|
D | uloc.cpp | 866 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()
|
D | locid.cpp | 2641 Locale::setKeywordValue(const char* keywordName, const char* keywordValue, UErrorCode &status) in setKeywordValue() argument 2650 int32_t newLength = uloc_setKeywordValue(keywordName, keywordValue, fullName, in setKeywordValue() 2671 uloc_setKeywordValue(keywordName, keywordValue, fullName, newLength, &status); in setKeywordValue() 2684 StringPiece keywordValue, in setKeywordValue() argument 2688 const CharString keywordValue_nul(keywordValue, status); in setKeywordValue() 2694 StringPiece keywordValue, in setUnicodeKeywordValue() argument 2698 const CharString keywordValue_nul(keywordValue, status); in setUnicodeKeywordValue()
|
/third_party/icu/icu4c/source/common/unicode/ |
D | locid.h | 731 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);
|
D | uloc.h | 1002 const char* keywordValue,
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | locid.h | 731 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);
|
D | uloc.h | 1002 const char* keywordValue,
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | locid.h | 731 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);
|
D | uloc.h | 1002 const char* keywordValue,
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | callcoll.c | 1324 const char *keywordValue = NULL; in TestJ5298() local 1327 while ((keywordValue = uenum_next(values, NULL, &status)) != NULL) { in TestJ5298() 1328 if (strncmp(keywordValue, "private-", 8) == 0) { in TestJ5298() 1329 … log_err("ucol_getKeywordValues() returns private collation keyword: %s\n", keywordValue); in TestJ5298() 1334 while ((keywordValue = uenum_next(values, NULL, &status)) != NULL) { in TestJ5298() 1336 if (strcmp(keywordValue, "standard") != 0) { in TestJ5298() 1338 strcat(input, keywordValue); in TestJ5298()
|
/third_party/skia/third_party/externals/icu/patches/ |
D | locid_operators.patch | 26 @@ -2696,6 +2700,9 @@ Locale::setKeywordValue(const char* keywordName, const char* keywordValue, UE…
|