Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dlocdspnm.cpp627 UnicodeString resultRemainder; in localeDisplayName() local
637 resultRemainder.append(script_str); in localeDisplayName()
645 appendWithSep(resultRemainder, region_str); in localeDisplayName()
653 appendWithSep(resultRemainder, variant_str); in localeDisplayName()
655 resultRemainder.findAndReplace(formatOpenParen, formatReplaceOpenParen); in localeDisplayName()
656 resultRemainder.findAndReplace(formatCloseParen, formatReplaceCloseParen); in localeDisplayName()
676 appendWithSep(resultRemainder, temp2); in localeDisplayName()
680 appendWithSep(resultRemainder, temp3); in localeDisplayName()
682 appendWithSep(resultRemainder, temp) in localeDisplayName()
689 if (!resultRemainder.isEmpty()) { in localeDisplayName()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DLocaleDisplayNamesImpl.java419 String resultRemainder = null; in localeDisplayNameInternal() local
421 resultRemainder = buf.toString(); in localeDisplayNameInternal()
424 if (resultRemainder != null) { in localeDisplayNameInternal()
426 format, resultName, resultRemainder); in localeDisplayNameInternal()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DLocaleDisplayNamesImpl.java415 String resultRemainder = null; in localeDisplayNameInternal() local
417 resultRemainder = buf.toString(); in localeDisplayNameInternal()
420 if (resultRemainder != null) { in localeDisplayNameInternal()
422 format, resultName, resultRemainder); in localeDisplayNameInternal()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...