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

  /external/icu4c/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);
349 const UChar* idInCache = (const UChar *)uhash_get(gCanonicalIDCache, utzid);
  /external/chromium_org/third_party/icu/source/i18n/
zstrfmt.cpp 618 UChar *utzid = const_cast<UChar *>(fStringPool.get(strings[row][0], status)); local
619 uhash_put(fTzidToStrings, utzid, zstrings, &status);
661 ZoneStringFormat::loadZone(const UnicodeString &utzid, UErrorCode &status)
689 TimeZone::getCanonicalID(utzid, canonicalID, status);
714 ZoneStringFormat::addSingleZone(UnicodeString &utzid, UErrorCode &status)
721 ZoneStrings *zstrings = (ZoneStrings*)uhash_get(fTzidToStrings, utzid.getTerminatedBuffer());
743 utzid.extract(0, utzid.length(), zidkey, ZID_KEY_MAX, US_INV);
744 utzid.extract(0, utzid.length(), tzid, ZID_KEY_MAX, US_INV)
    [all...]

Completed in 3442 milliseconds