Home | History | Annotate | Download | only in util

Lines Matching defs:defaultTimeZoneId

363                 String defaultTimeZoneId = parser.getAttributeValue(
365 if (defaultTimeZoneId == null || defaultTimeZoneId.isEmpty()) {
380 boolean result = processor.processCountryZones(code, defaultTimeZoneId, everUsesUtc,
622 default boolean processCountryZones(String countryIso, String defaultTimeZoneId,
642 public boolean processCountryZones(String countryIso, String defaultTimeZoneId,
657 if (!TimeZoneMapping.containsTimeZoneId(timeZoneMappings, defaultTimeZoneId)) {
658 throw new XmlPullParserException("defaultTimeZoneId for country code: "
695 public boolean processCountryZones(String countryIso, String defaultTimeZoneId,
700 countryIso, defaultTimeZoneId, everUsesUtc, timeZoneMappings, debugInfo);
725 public boolean processCountryZones(String countryIso, String defaultTimeZoneId,
732 defaultTimeZoneId, everUsesUtc, timeZoneMappings, debugInfo);