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

  /external/chromium_org/third_party/icu/source/i18n/
zonemeta.cpp 253 UChar utzid[ZID_KEY_MAX + 1]; local
254 tzid.extract(utzid, ZID_KEY_MAX + 1, tmpStatus);
260 canonicalID = (const UChar *)uhash_get(gCanonicalIDCache, utzid);
348 const UChar* idInCache = (const UChar *)uhash_get(gCanonicalIDCache, utzid);
  /external/icu/icu4c/source/i18n/
zonemeta.cpp 254 UChar utzid[ZID_KEY_MAX + 1]; local
255 tzid.extract(utzid, ZID_KEY_MAX + 1, tmpStatus);
261 canonicalID = (const UChar *)uhash_get(gCanonicalIDCache, utzid);
346 const UChar* idInCache = (const UChar *)uhash_get(gCanonicalIDCache, utzid);

Completed in 439 milliseconds