Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtznames_impl.cpp659 UnicodeString locationNameUniStr; in createTimeZoneAndPutInCache() local
660 TimeZoneNamesImpl::getDefaultExemplarLocationName(tzID, locationNameUniStr); in createTimeZoneAndPutInCache()
663 if (locationNameUniStr.length() > 0) { in createTimeZoneAndPutInCache()
664 const UChar* buff = locationNameUniStr.getTerminatedBuffer(); in createTimeZoneAndPutInCache()
665 int32_t len = sizeof(UChar) * (locationNameUniStr.length() + 1); in createTimeZoneAndPutInCache()