Home
last modified time | relevance | path

Searched refs:createValidated (Results 1 – 5 of 5) sorted by relevance

/external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/
DCountryTimeZonesTest.java76 public void createValidated() throws Exception { in createValidated() method in CountryTimeZonesTest
77 CountryTimeZones countryTimeZones = CountryTimeZones.createValidated( in createValidated()
90 CountryTimeZones countryTimeZones = CountryTimeZones.createValidated( in createValidated_nullDefault()
99 CountryTimeZones countryTimeZones = CountryTimeZones.createValidated( in createValidated_invalidDefault()
111 CountryTimeZones countryTimeZones = CountryTimeZones.createValidated( in createValidated_unknownTimeZoneIdIgnored()
121 CountryTimeZones countryTimeZones = CountryTimeZones.createValidated( in matchesCountryCode()
131 CountryTimeZones countryTimeZones = CountryTimeZones.createValidated( in structuresAreImmutable()
149 CountryTimeZones countryTimeZones = CountryTimeZones.createValidated( in lookupByOffsetWithBias_oneCandidate()
203 CountryTimeZones countryTimeZones = CountryTimeZones.createValidated( in lookupByOffsetWithBias_multipleNonOverlappingCandidates()
268 CountryTimeZones countryTimeZones = CountryTimeZones.createValidated( in lookupByOffsetWithBias_multipleOverlappingCandidates()
[all …]
DTimeZoneFinderTest.java85 CountryTimeZones expectedCountryTimeZones1 = CountryTimeZones.createValidated( in createInstanceWithFallback()
96 CountryTimeZones expectedCountryTimeZones2 = CountryTimeZones.createValidated( in createInstanceWithFallback()
162 CountryTimeZones expectedCountryTimeZones = CountryTimeZones.createValidated( in xmlParsing_unexpectedComments()
190 CountryTimeZones expectedCountryTimeZones = CountryTimeZones.createValidated( in xmlParsing_unexpectedElementsIgnored()
247 expectedCountryTimeZones = CountryTimeZones.createValidated( in xmlParsing_unexpectedElementsIgnored()
264 CountryTimeZones expectedCountryTimeZones = CountryTimeZones.createValidated( in xmlParsing_unexpectedTextIgnored()
299 expectedCountryTimeZones = CountryTimeZones.createValidated( in xmlParsing_unexpectedTextIgnored()
357 CountryTimeZones expectedCountryTimeZones = CountryTimeZones.createValidated( in xmlParsing_unknownTimeZoneIdIgnored()
532 CountryTimeZones expectedGb = CountryTimeZones.createValidated("gb", "Europe/London", in getCountryZonesFinder()
534 CountryTimeZones expectedFr = CountryTimeZones.createValidated("fr", "Europe/Paris", in getCountryZonesFinder()
[all …]
DCountryZonesFinderTest.java43 private static final CountryTimeZones GB_ZONES = CountryTimeZones.createValidated(
47 private static final CountryTimeZones IM_ZONES = CountryTimeZones.createValidated(
51 private static final CountryTimeZones FR_ZONES = CountryTimeZones.createValidated(
55 private static final CountryTimeZones US_ZONES = CountryTimeZones.createValidated(
96 CountryTimeZones countryWithAlternativeZones = CountryTimeZones.createValidated( in lookupCountryCodesForZoneId_alternativeIds()
132 CountryTimeZones countryWithAlternativeZones = CountryTimeZones.createValidated( in findCanonicalTimeZoneId()
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/
DTimeZoneFinder.java505 .createValidated( in processCountryZones()
539 validatedCountryTimeZones = CountryTimeZones.createValidated(countryIso, in processCountryZones()
DCountryTimeZones.java234 public static CountryTimeZones createValidated(String countryIso, String defaultTimeZoneId, in createValidated() method in CountryTimeZones