Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp1552 UnicodeString keyUString(key, -1, US_INV); in put() local
1555 AliasType aliasType = processAliasFromValue(keyUString, value, errorCode); in put()
1585 … LocalPointer<UnicodeString> keyUStringCopy(new UnicodeString(keyUString), errorCode); in put()
1596 …sourcesToVisit.isNull() && !resourcesToVisit->isEmpty() && !resourcesToVisit->contains(&keyUString) in put()
1603 if (arrays.get(keyUString) == NULL) { in put()
1608 arrays.put(keyUString, stringArray.orphan(), errorCode); in put()
1609 arraySizes.puti(keyUString, arraySize, errorCode); in put()
1619 processResource(keyUString, key, value, errorCode); in put()
1680 UnicodeString keyUString(key, -1, US_INV); in processResource() local
1683 if (keyUString.endsWith(kVariantTagUChar, UPRV_LENGTHOF(kVariantTagUChar))) { in processResource()
[all …]