Lines Matching refs:resultRemainder
627 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()
690 format.format(resultName, resultRemainder, result.remove(), status); in localeDisplayName()