Searched defs:displayCountry (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Dzstrfmt.cpp1800 ZoneStringFormat::getLocalizedCountry(const UnicodeString &countryCode, const Locale &locale, UnicodeString &displayCountry) { argument
1803 displayCountry.remove();
1821 tmpLoc.getDisplayCountry(locale, displayCountry);
1827 if (displayCountry.isEmpty()) {
1829 displayCountry.setTo(countryCode);
1831 return displayCountry;

Completed in 35 milliseconds