Home
last modified time | relevance | path

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

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