HomeSort by relevance Sort by last modified time
    Searched refs:appendWithSep (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
locdspnm.cpp 304 UnicodeString& appendWithSep(UnicodeString& buffer, const UnicodeString& src) const;
407 appendWithSep(resultRemainder, regionDisplayName(country, temp));
410 appendWithSep(resultRemainder, variantDisplayName(variant, temp));
420 appendWithSep(resultRemainder, keyDisplayName(key, temp))
442 LocaleDisplayNamesImpl::appendWithSep(UnicodeString& buffer, const UnicodeString& src) const {
  /external/icu4c/i18n/
locdspnm.cpp 326 UnicodeString& appendWithSep(UnicodeString& buffer, const UnicodeString& src) const;
589 appendWithSep(resultRemainder, regionDisplayName(country, temp));
592 appendWithSep(resultRemainder, variantDisplayName(variant, temp));
605 appendWithSep(resultRemainder, temp2);
615 appendWithSep(resultRemainder, temp3);
617 appendWithSep(resultRemainder, temp)
641 LocaleDisplayNamesImpl::appendWithSep(UnicodeString& buffer, const UnicodeString& src) const {
    [all...]

Completed in 735 milliseconds