Searched defs:untilTime (Results  1 – 5 of 5) sorted by relevance
| /external/icu/android_icu4j/src/main/java/android/icu/util/ | 
| D | VTimeZone.java | 1510             int month, int dayOfMonth, long startTime, long untilTime) throws IOException {  in writeZonePropsByDOM()1530 …    int month, int weekInMonth, int dayOfWeek, long startTime, long untilTime) throws IOException {  in writeZonePropsByDOW()
 1551 …     int month, int dayOfMonth, int dayOfWeek, long startTime, long untilTime) throws IOException {  in writeZonePropsByDOW_GEQ_DOM()
 1602 …   int dayOfMonth, int dayOfWeek, int numDays, long untilTime, int fromOffset) throws IOException {  in writeZonePropsByDOW_GEQ_DOM_sub()
 1634 …     int month, int dayOfMonth, int dayOfWeek, long startTime, long untilTime) throws IOException {  in writeZonePropsByDOW_LEQ_DOM()
 
 | 
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ | 
| D | VTimeZone.java | 1542             int month, int dayOfMonth, long startTime, long untilTime) throws IOException {  in writeZonePropsByDOM()1562 …    int month, int weekInMonth, int dayOfWeek, long startTime, long untilTime) throws IOException {  in writeZonePropsByDOW()
 1583 …     int month, int dayOfMonth, int dayOfWeek, long startTime, long untilTime) throws IOException {  in writeZonePropsByDOW_GEQ_DOM()
 1634 …   int dayOfMonth, int dayOfWeek, int numDays, long untilTime, int fromOffset) throws IOException {  in writeZonePropsByDOW_GEQ_DOM_sub()
 1666 …     int month, int dayOfMonth, int dayOfWeek, long startTime, long untilTime) throws IOException {  in writeZonePropsByDOW_LEQ_DOM()
 
 | 
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ | 
| D | ZoneParser.java | 486         public Time untilTime;  field in ZoneParser.ZoneLine525 …vate long resolveTime(int gmtOffset, int untilYear, int untilMonth, Day untilDay, Time untilTime) {  in resolveTime()
 
 | 
| /external/icu/icu4c/source/i18n/ | 
| D | vtzone.cpp | 2221                                int32_t month, int32_t dayOfMonth, UDate startTime, UDate untilTime,  in writeZonePropsByDOM()2256                                UDate startTime, UDate untilTime, UErrorCode& status) const {  in writeZonePropsByDOW()
 2292                                        UDate startTime, UDate untilTime, UErrorCode& status) const {  in writeZonePropsByDOW_GEQ_DOM()
 2368 …                                   UDate untilTime, int32_t fromOffset, UErrorCode& status) const {  in writeZonePropsByDOW_GEQ_DOM_sub()
 2416                                        UDate startTime, UDate untilTime, UErrorCode& status) const {  in writeZonePropsByDOW_LEQ_DOM()
 
 | 
| /external/cronet/third_party/icu/source/i18n/ | 
| D | vtzone.cpp | 2221                                int32_t month, int32_t dayOfMonth, UDate startTime, UDate untilTime,  in writeZonePropsByDOM()2256                                UDate startTime, UDate untilTime, UErrorCode& status) const {  in writeZonePropsByDOW()
 2292                                        UDate startTime, UDate untilTime, UErrorCode& status) const {  in writeZonePropsByDOW_GEQ_DOM()
 2368 …                                   UDate untilTime, int32_t fromOffset, UErrorCode& status) const {  in writeZonePropsByDOW_GEQ_DOM_sub()
 2416                                        UDate startTime, UDate untilTime, UErrorCode& status) const {  in writeZonePropsByDOW_LEQ_DOM()
 
 |