Lines Matching refs:resultRemainder
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()
648 resultRemainder in localeDisplayName()