Searched refs:defString (Results 1 – 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/common/ |
D | ucurr.cpp | 2627 … const UChar* defString = ures_getStringByKey(&curbndl, "id", &curIDLength, status); in ucurr_getKeywordValuesForLocale() local 2632 u_UCharsToChars(defString, curID, curIDLength+1); in ucurr_getKeywordValuesForLocale()
|
/third_party/node/deps/icu-small/source/common/ |
D | ucurr.cpp | 2627 … const char16_t* defString = ures_getStringByKey(&curbndl, "id", &curIDLength, status); in ucurr_getKeywordValuesForLocale() local 2632 u_UCharsToChars(defString, curID, curIDLength+1); in ucurr_getKeywordValuesForLocale()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucurr.cpp | 2601 … const UChar* defString = ures_getStringByKey(&curbndl, "id", &curIDLength, status); in ucurr_getKeywordValuesForLocale() local 2606 u_UCharsToChars(defString, curID, curIDLength+1); in ucurr_getKeywordValuesForLocale()
|