Searched refs:primaryZone (Results 1 - 5 of 5) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ZoneMeta.java | 493 String primaryZone = primaryZones.getString(country); in getCanonicalCountry() 494 if (tzid.equals(primaryZone)) { in getCanonicalCountry() 499 if (canonicalID != null && canonicalID.equals(primaryZone)) { in getCanonicalCountry()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ZoneMeta.java | 494 String primaryZone = primaryZones.getString(country); in getCanonicalCountry() 495 if (tzid.equals(primaryZone)) { in getCanonicalCountry() 500 if (canonicalID != null && canonicalID.equals(primaryZone)) { in getCanonicalCountry()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | zonemeta.cpp | 527 const char16_t *primaryZone = ures_getStringByKey(rb, regionBuf, &idLen, &status); in getCanonicalCountry() local 529 if (tzid.compare(primaryZone, idLen) == 0) { in getCanonicalCountry() 535 if (U_SUCCESS(status) && canonicalID.compare(primaryZone, idLen) == 0) { in getCanonicalCountry()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | zonemeta.cpp | 497 const UChar *primaryZone = ures_getStringByKey(rb, regionBuf, &idLen, &status); in getCanonicalCountry() local 499 if (tzid.compare(primaryZone, idLen) == 0) { in getCanonicalCountry() 505 if (U_SUCCESS(status) && canonicalID.compare(primaryZone, idLen) == 0) { in getCanonicalCountry()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | zonemeta.cpp | 505 const UChar *primaryZone = ures_getStringByKey(rb, regionBuf, &idLen, &status); in getCanonicalCountry() local 507 if (tzid.compare(primaryZone, idLen) == 0) { in getCanonicalCountry() 513 if (U_SUCCESS(status) && canonicalID.compare(primaryZone, idLen) == 0) { in getCanonicalCountry()
|
Completed in 7 milliseconds