Searched refs:locationNameUniStr (Results 1 – 1 of 1) sorted by relevance
663 UnicodeString locationNameUniStr; in createTimeZoneAndPutInCache() local664 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()