HomeSort by relevance Sort by last modified time
    Searched defs:zoneTab (Results 1 - 12 of 12) sorted by null

  /system/timezone/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/
ZoneTabFileTest.java 52 ZoneTabFile zoneTab = ZoneTabFile.parse(file);
53 assertTrue(zoneTab.getCountryEntries().isEmpty());
64 ZoneTabFile zoneTab = ZoneTabFile.parse(file);
67 zoneTab.getCountryEntries());
81 ZoneTabFile zoneTab = ZoneTabFile.parse(file);
87 zoneTab.getCountryEntries());
112 ZoneTabFile zoneTab = ZoneTabFile.parse(file);
113 Map<String, List<String>> actual = ZoneTabFile.createCountryToOlsonIdsMap(zoneTab);
  /system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
ZoneTabFile.java 40 ZoneTabFile zoneTab = new ZoneTabFile();
57 zoneTab.addCountryEntry(countryEntry);
59 return zoneTab;
70 static Map<String, List<String>> createCountryToOlsonIdsMap(ZoneTabFile zoneTab) {
72 for (CountryEntry countryEntry : zoneTab.countryEntries) {
  /libcore/luni/src/main/java/libcore/util/
ZoneInfoDB.java 79 private String zoneTab;
168 zoneTab = "# Emergency fallback data.\n";
244 zoneTab = new String(bytes, 0, bytes.length, StandardCharsets.US_ASCII);
353 return zoneTab;
  /system/timezone/testing/src/main/java/libcore/tzdata/testing/
ZoneInfoTestHelper.java 171 private String zoneTab;
208 public TzDataBuilder setZoneTab(String zoneTab) {
209 this.zoneTab = zoneTab;
216 setZoneTab("ZoneTab data");
272 // Write the zoneTab section.
274 byte[] zoneTabBytes = zoneTab.getBytes(StandardCharsets.US_ASCII);
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 104 milliseconds