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

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TZDBTimeZoneNames.java 88 public String getReferenceZoneID(String mzID, String region) {
89 return TimeZoneNamesImpl._getReferenceZoneID(mzID, region);
97 public String getMetaZoneDisplayName(String mzID, NameType type) {
98 if (mzID == null || mzID.length() == 0 ||
102 return getMetaZoneNames(mzID).getName(type);
215 String mzID;
303 MatchInfo minfo = new MatchInfo(ntype, null, match.mzID, matchLength);
325 private static TZDBNames getMetaZoneNames(String mzID) {
326 TZDBNames names = TZDB_NAMES_MAP.get(mzID);
    [all...]
TimeZoneNamesImpl.java 104 mzIDs.add(map.mzID());
122 String mzID = null;
126 mzID = map.mzID();
130 return mzID;
137 public String getReferenceZoneID(String mzID, String region) {
138 return _getReferenceZoneID(mzID, region);
141 static String _getReferenceZoneID(String mzID, String region) {
142 if (mzID == null || mzID.length() == 0)
598 String mzid = mz.getString(0); local
    [all...]
TimeZoneGenericNames.java 341 String mzID = _tznames.getMetaZoneID(tzID, date);
342 if (mzID != null) {
392 String mzGenericName = _tznames.getMetaZoneDisplayName(mzID, nameType);
401 String mzName = _tznames.getMetaZoneDisplayName(mzID, nameType);
406 String goldenID = _tznames.getReferenceZoneID(mzID, getTargetRegion());
419 name = getPartialLocationName(tzID, mzID, (nameType == NameType.LONG_GENERIC), mzName);
491 for (String mzID : mzIDs) {
495 String goldenID = _tznames.getReferenceZoneID(mzID, getTargetRegion());
498 String mzGenName = _tznames.getMetaZoneDisplayName(mzID, genNonLocType);
501 getPartialLocationName(tzCanonicalID, mzID, (genNonLocType == NameType.LONG_GENERIC), mzGenName)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeZoneNames.java 244 * @param mzID
252 public abstract String getReferenceZoneID(String mzID, String region);
257 * @param mzID
266 public abstract String getMetaZoneDisplayName(String mzID, NameType type);
289 String mzID = getMetaZoneID(tzID, date);
290 name = getMetaZoneDisplayName(mzID, type);
366 * @param mzID the meta zone ID, or null
369 * or 2) both <code>tzID</code> and <code>mzID</code> are <code>null</code>,
375 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) {
379 if (tzID == null && mzID == null)
    [all...]
  /external/icu/icu4c/source/i18n/
zonemeta.cpp 524 result.setTo(mzm->mzid, -1);
676 entry->mzid = mz_name;
709 ZoneMeta::getZoneIdByMetazone(const UnicodeString &mzid, const UnicodeString &region, UnicodeString &result) {
716 if (mzid.isBogus() || mzid.length() > ZID_KEY_MAX) {
721 keyLen = mzid.extract(0, mzid.length(), keyBuf, ZID_KEY_MAX + 1, US_INV);
785 const char *mzID = ures_getKey(&res);
786 int32_t len = uprv_strlen(mzID);
792 u_charsToUChars(mzID, uMzID, len)
    [all...]
tzgnames.cpp 56 const UChar* mzID;
65 // <tzID>&<mzID>#[L|S]
69 .append(p->mzID, -1)
89 // We just check identity of tzID/mzID
90 return (p1->tzID == p2->tzID && p1->mzID == p2->mzID && p1->isLong == p2->isLong);
312 const UnicodeString& mzID, UBool isLong, const UnicodeString& mzDisplayName,
316 const UnicodeString& mzID, UBool isLong, const UnicodeString& mzDisplayName);
635 UnicodeString mzID(mzIDBuf, 0, UPRV_LENGTHOF(mzIDBuf));
636 fTimeZoneNames->getMetaZoneID(tzID, date, mzID);
    [all...]
tznames_impl.cpp 782 const UChar* mzID;
847 U_ASSERT(nameinfo->mzID);
848 fResults->addMetaZone(nameinfo->type, matchLength, UnicodeString(nameinfo->mzID, -1), status);
971 const UnicodeString *mzID;
972 while ((mzID = mzIDs->snext(status))) {
976 loadMetaZoneNames(*mzID);
1061 const UChar *mzID = map->mzid;
1062 if (!mzIDs->contains((void *)mzID)) {
1063 mzIDs->addElement((void *)mzID, status)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
FormatTests.java     [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 296 milliseconds