Searched refs:goldenID (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TimeZoneGenericNames.java | 406 String goldenID = _tznames.getReferenceZoneID(mzID, getTargetRegion()); in formatGenericNonLocationName() local 407 if (goldenID != null && !goldenID.equals(tzID)) { in formatGenericNonLocationName() 408 TimeZone goldenZone = TimeZone.getFrozenTimeZone(goldenID); in formatGenericNonLocationName() 495 String goldenID = _tznames.getReferenceZoneID(mzID, getTargetRegion()); in loadStrings() local 496 if (!tzCanonicalID.equals(goldenID)) { in loadStrings()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | TimeZoneGenericNames.java | 410 String goldenID = _tznames.getReferenceZoneID(mzID, getTargetRegion()); in formatGenericNonLocationName() local 411 if (goldenID != null && !goldenID.equals(tzID)) { in formatGenericNonLocationName() 412 TimeZone goldenZone = TimeZone.getFrozenTimeZone(goldenID); in formatGenericNonLocationName() 499 String goldenID = _tznames.getReferenceZoneID(mzID, getTargetRegion()); in loadStrings() local 500 if (!tzCanonicalID.equals(goldenID)) { in loadStrings()
|
/external/icu/icu4c/source/i18n/ |
D | tzgnames.cpp | 703 UnicodeString goldenID(idBuf, 0, UPRV_LENGTHOF(idBuf)); in formatGenericNonLocationName() local 704 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, goldenID); in formatGenericNonLocationName() 705 if (!goldenID.isEmpty() && goldenID != tzID) { in formatGenericNonLocationName() 706 TimeZone *goldenZone = TimeZone::createTimeZone(goldenID); in formatGenericNonLocationName() 851 UnicodeString goldenID; in loadStrings() local 866 fTimeZoneNames->getReferenceZoneID(*mzID, fTargetRegion, goldenID); in loadStrings() 867 if (tzCanonicalID != goldenID) { in loadStrings()
|