HomeSort by relevance Sort by last modified time
    Searched refs:tmpNameLen (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
tznames_impl.cpp 653 int32_t tmpNameLen = 0;
655 tmpNameLen = tmpName.length();
657 if (tmpNameLen > 0) {
658 locationNameOwned = (UChar*) uprv_malloc(sizeof(UChar) * (tmpNameLen + 1));
660 tmpName.extract(locationNameOwned, tmpNameLen + 1, status);
    [all...]
  /external/icu/icu4c/source/i18n/
tznames_impl.cpp 653 int32_t tmpNameLen = 0;
655 tmpNameLen = tmpName.length();
657 if (tmpNameLen > 0) {
658 locationNameOwned = (UChar*) uprv_malloc(sizeof(UChar) * (tmpNameLen + 1));
660 tmpName.extract(locationNameOwned, tmpNameLen + 1, status);
    [all...]

Completed in 50 milliseconds