Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dlocdspnm.cpp582 UnicodeString resultRemainder; in localeDisplayName() local
588 resultRemainder.append(scriptDisplayName(script, temp)); in localeDisplayName()
591 appendWithSep(resultRemainder, regionDisplayName(country, temp)); in localeDisplayName()
594 appendWithSep(resultRemainder, variantDisplayName(variant, temp)); in localeDisplayName()
607 appendWithSep(resultRemainder, temp2); in localeDisplayName()
617 appendWithSep(resultRemainder, temp3); in localeDisplayName()
619 appendWithSep(resultRemainder, temp) in localeDisplayName()
627 if (!resultRemainder.isEmpty()) { in localeDisplayName()
630 resultRemainder in localeDisplayName()