Searched refs:kZONES (Results 1 – 6 of 6) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ZoneMeta.java | 49 private static final String kZONES = "Zones"; field in ZoneMeta 371 UResourceBundle zones = top.get(kZONES); in getCanonicalCLDRID() 529 UResourceBundle zones = top.get(kZONES); in openOlsonResource()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | ZoneMeta.java | 50 private static final String kZONES = "Zones"; field in ZoneMeta 372 UResourceBundle zones = top.get(kZONES); in getCanonicalCLDRID() 530 UResourceBundle zones = top.get(kZONES); in openOlsonResource()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | timezone.cpp | 93 #define kZONES "Zones" macro 243 tmp = ures_getByKey(top, kZONES, tmp, &status); // get Zones object from top in getZoneByName() 294 UResourceBundle *ares = ures_getByKey(top, kZONES, NULL, &ec); // dereference Zones section in openOlsonResource() 1127 ures_getByKey(rb, kZONES, rb, &ec); in dereferOlsonLink()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | timezone.cpp | 93 #define kZONES "Zones" macro 237 tmp = ures_getByKey(top, kZONES, tmp, &status); // get Zones object from top in getZoneByName() 288 UResourceBundle *ares = ures_getByKey(top, kZONES, NULL, &ec); // dereference Zones section in openOlsonResource() 1084 ures_getByKey(rb, kZONES, rb, &ec); in dereferOlsonLink()
|
/third_party/icu/icu4c/source/i18n/ |
D | timezone.cpp | 93 #define kZONES "Zones" macro 243 tmp = ures_getByKey(top, kZONES, tmp, &status); // get Zones object from top in getZoneByName() 294 UResourceBundle *ares = ures_getByKey(top, kZONES, NULL, &ec); // dereference Zones section in openOlsonResource() 1108 ures_getByKey(rb, kZONES, rb, &ec); in dereferOlsonLink()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | timezone.cpp | 93 #define kZONES "Zones" macro 243 tmp = ures_getByKey(top, kZONES, tmp, &status); // get Zones object from top in getZoneByName() 294 UResourceBundle *ares = ures_getByKey(top, kZONES, NULL, &ec); // dereference Zones section in openOlsonResource() 1108 ures_getByKey(rb, kZONES, rb, &ec); in dereferOlsonLink()
|