Searched refs:tmpNameLen (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dtznames_impl.cpp653 int32_t tmpNameLen = 0; local
655 tmpNameLen = tmpName.length();
657 if (tmpNameLen > 0) {
658 locationNameOwned = (UChar*) uprv_malloc(sizeof(UChar) * (tmpNameLen + 1));
660 tmpName.extract(locationNameOwned, tmpNameLen + 1, status);
/external/icu/icu4c/source/i18n/
H A Dtznames_impl.cpp653 int32_t tmpNameLen = 0; local
655 tmpNameLen = tmpName.length();
657 if (tmpNameLen > 0) {
658 locationNameOwned = (UChar*) uprv_malloc(sizeof(UChar) * (tmpNameLen + 1));
660 tmpName.extract(locationNameOwned, tmpNameLen + 1, status);

Completed in 172 milliseconds