Searched refs:kNAMES (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | timezone.cpp | 95 #define kNAMES "Names" macro 225 UResourceBundle *tmp = ures_getByKey(top, kNAMES, NULL, &status); in getZoneByName() 597 res = ures_getByKey(res, kNAMES, res, &ec); // dereference Zones section in initMap() 746 top = ures_getByKey(top, kNAMES, top, &ec); // dereference Zones section in getID() 822 res = ures_getByKey(res, kNAMES, res, &ec); // dereference Zones section in create() 1031 UResourceBundle *ares = ures_getByKey(top, kNAMES, NULL, &ec); // dereference Zones section in getEquivalentID() 1060 UResourceBundle *names = ures_getByKey(rb, kNAMES, NULL, &ec); in findID() 1079 UResourceBundle *names = ures_getByKey(rb, kNAMES, NULL, &ec); in dereferOlsonLink() 1119 UResourceBundle *res = ures_getByKey(rb, kNAMES, NULL, &status); in getRegion()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | ZoneMeta.java | 51 private static final String kNAMES = "Names"; field in ZoneMeta 292 ZONEIDS = top.getStringArray(kNAMES); in getZoneIDs()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ZoneMeta.java | 50 private static final String kNAMES = "Names"; field in ZoneMeta 291 ZONEIDS = top.getStringArray(kNAMES); in getZoneIDs()
|