Searched refs:goldenID (Results 1 – 4 of 4) sorted by relevance
/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/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 | 709 UnicodeString goldenID(idBuf, 0, UPRV_LENGTHOF(idBuf)); in formatGenericNonLocationName() local 710 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, goldenID); in formatGenericNonLocationName() 711 if (!goldenID.isEmpty() && goldenID != tzID) { in formatGenericNonLocationName() 712 TimeZone *goldenZone = TimeZone::createTimeZone(goldenID); in formatGenericNonLocationName() 857 UnicodeString goldenID; in loadStrings() local 872 fTimeZoneNames->getReferenceZoneID(*mzID, fTargetRegion, goldenID); in loadStrings() 873 if (tzCanonicalID != goldenID) { in loadStrings()
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |