Searched defs:zoneInfoData (Results 1 – 2 of 2) sorted by relevance
| /external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/ |
| D | ZoneInfoDataTest.java | 68 ZoneInfoData zoneInfoData = createZoneInfoData(transitions, types); in testMakeTimeZone_OneType_NoTransitions() local 95 ZoneInfoData zoneInfoData = createZoneInfoData(transitions, types); in testReadTimeZone_OneNonDstTransition() local 140 ZoneInfoData zoneInfoData = createZoneInfoData(transitions, types); in testReadTimeZone_NegativeTransition() local 178 ZoneInfoData zoneInfoData = createZoneInfoData(transitions, types); in testReadTimeZone_PositiveTransition() local 222 ZoneInfoData zoneInfoData = createInstance(transitions, types); in testCreateInstance() local 265 ZoneInfoData zoneInfoData = createZoneInfoData(transitions, types); in testReadTimeZone_HasFutureDST_NoPastDST_NegativeTransitions() local 293 ZoneInfoData zoneInfoData = createZoneInfoData(transitions, types); in testReadTimeZone_HasFutureDST_NoPastDST_PositiveTransitions() local 318 ZoneInfoData zoneInfoData = createZoneInfoData(transitions, types); in testReadTimeZone_HasPastDST_NoFutureDST_NegativeTransitions() local 343 ZoneInfoData zoneInfoData = createZoneInfoData(transitions, types); in testReadTimeZone_HasPastDST_NoFutureDST_PositiveTransitions() local 486 ZoneInfoData zoneInfoData = createZoneInfoData(transitions, types); in testGetLatestDstSavings() local [all …]
|
| /external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/ |
| D | ZoneInfoDb.java | 315 ZoneInfoData zoneInfoData = makeZoneInfoDataUncached(id); in validate() local 396 ZoneInfoData zoneInfoData = cache.get(id); in makeZoneInfoData() local
|