Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dlocdspnm.cpp580 UnicodeString resultRemainder; in localeDisplayName() local
586 resultRemainder.append(scriptDisplayName(script, temp)); in localeDisplayName()
589 appendWithSep(resultRemainder, regionDisplayName(country, temp)); in localeDisplayName()
592 appendWithSep(resultRemainder, variantDisplayName(variant, temp)); in localeDisplayName()
605 appendWithSep(resultRemainder, temp2); in localeDisplayName()
615 appendWithSep(resultRemainder, temp3); in localeDisplayName()
617 appendWithSep(resultRemainder, temp) in localeDisplayName()
625 if (!resultRemainder.isEmpty()) { in localeDisplayName()
628 resultRemainder in localeDisplayName()
/external/chromium_org/third_party/icu/source/i18n/
Dlocdspnm.cpp398 UnicodeString resultRemainder; in localeDisplayName() local
404 resultRemainder.append(scriptDisplayName(script, temp)); in localeDisplayName()
407 appendWithSep(resultRemainder, regionDisplayName(country, temp)); in localeDisplayName()
410 appendWithSep(resultRemainder, variantDisplayName(variant, temp)); in localeDisplayName()
420 appendWithSep(resultRemainder, keyDisplayName(key, temp)) in localeDisplayName()
427 if (!resultRemainder.isEmpty()) { in localeDisplayName()
430 resultRemainder in localeDisplayName()