Searched refs:primaryZone (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | ZoneMeta.java | 494 String primaryZone = primaryZones.getString(country); in getCanonicalCountry() local 495 if (tzid.equals(primaryZone)) { in getCanonicalCountry() 500 if (canonicalID != null && canonicalID.equals(primaryZone)) { in getCanonicalCountry()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ZoneMeta.java | 493 String primaryZone = primaryZones.getString(country); in getCanonicalCountry() local 494 if (tzid.equals(primaryZone)) { in getCanonicalCountry() 499 if (canonicalID != null && canonicalID.equals(primaryZone)) { in getCanonicalCountry()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
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()
|
/third_party/icu/icu4c/source/i18n/ |
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/node/deps/icu-small/source/i18n/ |
D | zonemeta.cpp | 497 const char16_t *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/icu/tools/cldr/cldr-to-icu/src/main/resources/ |
D | ldml2icu_supplemental.txt | 241 //supplementalData/primaryZones/primaryZone[@iso3166="(%W)"] ; /primaryZones/$1 ; values={value}
|