Searched refs:goldenID (Results 1 – 3 of 3) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | TimeZoneGenericNames.java | 408 String goldenID = _tznames.getReferenceZoneID(mzID, getTargetRegion()); in formatGenericNonLocationName() local 409 if (goldenID != null && !goldenID.equals(tzID)) { in formatGenericNonLocationName() 410 TimeZone goldenZone = TimeZone.getFrozenTimeZone(goldenID); in formatGenericNonLocationName() 497 String goldenID = _tznames.getReferenceZoneID(mzID, getTargetRegion()); in loadStrings() local 498 if (!tzCanonicalID.equals(goldenID)) { in loadStrings()
|
/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/icu4c/source/i18n/ |
D | tzgnames.cpp | 702 UnicodeString goldenID(idBuf, 0, UPRV_LENGTHOF(idBuf)); in formatGenericNonLocationName() local 703 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, goldenID); in formatGenericNonLocationName() 704 if (!goldenID.isEmpty() && goldenID != tzID) { in formatGenericNonLocationName() 705 TimeZone *goldenZone = TimeZone::createTimeZone(goldenID); in formatGenericNonLocationName() 850 UnicodeString goldenID; in loadStrings() local 865 fTimeZoneNames->getReferenceZoneID(*mzID, fTargetRegion, goldenID); in loadStrings() 866 if (tzCanonicalID != goldenID) { in loadStrings()
|