Searched refs:resultRemainder (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | locdspnm.cpp | 594 UnicodeString resultRemainder; in localeDisplayName() local 600 resultRemainder.append(scriptDisplayName(script, temp)); in localeDisplayName() 603 appendWithSep(resultRemainder, regionDisplayName(country, temp)); in localeDisplayName() 606 appendWithSep(resultRemainder, variantDisplayName(variant, temp)); in localeDisplayName() 608 resultRemainder.findAndReplace(formatOpenParen, formatReplaceOpenParen); in localeDisplayName() 609 resultRemainder.findAndReplace(formatCloseParen, formatReplaceCloseParen); in localeDisplayName() 625 appendWithSep(resultRemainder, temp2); in localeDisplayName() 635 appendWithSep(resultRemainder, temp3); in localeDisplayName() 637 appendWithSep(resultRemainder, temp) in localeDisplayName() 645 if (!resultRemainder.isEmpty()) { in localeDisplayName() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | LocaleDisplayNamesImpl.java | 379 String resultRemainder = null; in localeDisplayNameInternal() local 381 resultRemainder = buf.toString(); in localeDisplayNameInternal() 384 if (resultRemainder != null) { in localeDisplayNameInternal() 385 resultName = format.format(new Object[] {resultName, resultRemainder}); in localeDisplayNameInternal()
|