Searched defs:shortID (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dtzfmt.cpp668 const UChar* shortID = ZoneMeta::getShortID(tz); local
669 if (shortID == NULL) {
670 shortID = UNKNOWN_SHORT_ZONE_ID;
672 name.setTo(shortID, -1);
2703 const UChar* shortID = ZoneMeta::getShortID(*id);
2704 if (shortID && uID) {
2705 gShortZoneIdTrie->put(shortID, const_cast<UChar *>(uID), status);
H A Dzonemeta.cpp912 const UChar* shortID = NULL; local
931 shortID = ures_getStringByKey(rb, tzidKey, NULL, &status);
934 return shortID;
/external/icu/icu4c/source/i18n/
H A Dtzfmt.cpp668 const UChar* shortID = ZoneMeta::getShortID(tz); local
669 if (shortID == NULL) {
670 shortID = UNKNOWN_SHORT_ZONE_ID;
672 name.setTo(shortID, -1);
2703 const UChar* shortID = ZoneMeta::getShortID(*id);
2704 if (shortID && uID) {
2705 gShortZoneIdTrie->put(shortID, const_cast<UChar *>(uID), status);
H A Dzonemeta.cpp910 const UChar* shortID = NULL; local
929 shortID = ures_getStringByKey(rb, tzidKey, NULL, &status);
932 return shortID;

Completed in 106 milliseconds