Searched refs:appendWithSep (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | LocaleDisplayNamesImpl.java | 344 appendWithSep(regionDisplayName(country) in localeDisplayNameInternal() 349 appendWithSep(variantDisplayName(variant) in localeDisplayNameInternal() 366 appendWithSep(valueDisplayName, buf); in localeDisplayNameInternal() 370 appendWithSep(keyValue, buf); in localeDisplayNameInternal() 372 appendWithSep(keyDisplayName, buf) in localeDisplayNameInternal() 638 private StringBuilder appendWithSep(String s, StringBuilder b) { in appendWithSep() method in LocaleDisplayNamesImpl
|
/external/icu/icu4c/source/i18n/ |
D | locdspnm.cpp | 335 UnicodeString& appendWithSep(UnicodeString& buffer, const UnicodeString& src) const; 603 appendWithSep(resultRemainder, regionDisplayName(country, temp)); in localeDisplayName() 606 appendWithSep(resultRemainder, variantDisplayName(variant, temp)); in localeDisplayName() 625 appendWithSep(resultRemainder, temp2); in localeDisplayName() 635 appendWithSep(resultRemainder, temp3); in localeDisplayName() 637 appendWithSep(resultRemainder, temp) in localeDisplayName() 661 LocaleDisplayNamesImpl::appendWithSep(UnicodeString& buffer, const UnicodeString& src) const { in appendWithSep() function in LocaleDisplayNamesImpl
|