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

  /external/icu/icu4c/source/i18n/
tzfmt.cpp 668 const UChar* shortID = ZoneMeta::getShortID(tz);
669 if (shortID == NULL) {
670 shortID = UNKNOWN_SHORT_ZONE_ID;
672 name.setTo(shortID, -1);
    [all...]
zonemeta.cpp 910 const UChar* shortID = NULL;
929 shortID = ures_getStringByKey(rb, tzidKey, NULL, &status);
932 return shortID;

Completed in 151 milliseconds