Searched refs:resultRemainder (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
H A Dlocdspnm.cpp617 UnicodeString resultRemainder; local
622 resultRemainder.append(scriptDisplayName(script, temp, TRUE));
625 appendWithSep(resultRemainder, regionDisplayName(country, temp, TRUE));
628 appendWithSep(resultRemainder, variantDisplayName(variant, temp, TRUE));
630 resultRemainder.findAndReplace(formatOpenParen, formatReplaceOpenParen);
631 resultRemainder.findAndReplace(formatCloseParen, formatReplaceCloseParen);
651 appendWithSep(resultRemainder, temp2);
655 appendWithSep(resultRemainder, temp3);
657 appendWithSep(resultRemainder, temp)
664 if (!resultRemainder
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DLocaleDisplayNamesImpl.java421 String resultRemainder = null;
423 resultRemainder = buf.toString();
426 if (resultRemainder != null) {
428 format, resultName, resultRemainder);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DLocaleDisplayNamesImpl.java417 String resultRemainder = null;
419 resultRemainder = buf.toString();
422 if (resultRemainder != null) {
424 format, resultName, resultRemainder);

Completed in 273 milliseconds