Home
last modified time | relevance | path

Searched refs:kZONES (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DZoneMeta.java50 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()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DZoneMeta.java49 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()
/external/icu/icu4c/source/i18n/
Dtimezone.cpp93 #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()