Home | History | Annotate | Download | only in impl

Lines Matching defs:zoneStrings

44     private static final String ZONE_STRINGS_BUNDLE = "zoneStrings";
592 void loadMetaZone(ICUResourceBundle zoneStrings, String mzID) {
594 loadNames(zoneStrings, key);
597 void loadTimeZone(ICUResourceBundle zoneStrings, String tzID) {
599 loadNames(zoneStrings, key);
602 void loadNames(ICUResourceBundle zoneStrings, String key) {
603 assert zoneStrings != null;
610 zoneStrings.getAllItemsWithFallback(key, this);