Home
last modified time | relevance | path

Searched refs:fieldsToDay (Results 1 – 20 of 20) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/util/
DAnnualTimeZoneRule.java108 … ruleDay = Grego.fieldsToDay(year, dateTimeRule.getRuleMonth(), dateTimeRule.getRuleDayOfMonth()); in getStartInYear()
114 ruleDay = Grego.fieldsToDay(year, dateTimeRule.getRuleMonth(), 1); in getStartInYear()
118 ruleDay = Grego.fieldsToDay(year, dateTimeRule.getRuleMonth(), in getStartInYear()
132 ruleDay = Grego.fieldsToDay(year, month, dom); in getStartInYear()
DRuleBasedTimeZone.java96 long time = Grego.fieldsToDay(year, month, day) * Grego.MILLIS_PER_DAY + milliseconds; in getOffset()
DVTimeZone.java1969 long time = Grego.fieldsToDay(year, month, day) * Grego.MILLIS_PER_DAY; in parseDateTimeString()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DAnnualTimeZoneRule.java118 … ruleDay = Grego.fieldsToDay(year, dateTimeRule.getRuleMonth(), dateTimeRule.getRuleDayOfMonth()); in getStartInYear()
124 ruleDay = Grego.fieldsToDay(year, dateTimeRule.getRuleMonth(), 1); in getStartInYear()
128 ruleDay = Grego.fieldsToDay(year, dateTimeRule.getRuleMonth(), in getStartInYear()
142 ruleDay = Grego.fieldsToDay(year, month, dom); in getStartInYear()
DRuleBasedTimeZone.java101 long time = Grego.fieldsToDay(year, month, day) * Grego.MILLIS_PER_DAY + milliseconds; in getOffset()
DVTimeZone.java2000 long time = Grego.fieldsToDay(year, month, day) * Grego.MILLIS_PER_DAY; in parseDateTimeString()
/external/icu/icu4c/source/i18n/
Dtzrule.cpp272 …ruleDay = Grego::fieldsToDay(year, fDateTimeRule->getRuleMonth(), fDateTimeRule->getRuleDayOfMonth… in getStartInYear()
279 ruleDay = Grego::fieldsToDay(year, fDateTimeRule->getRuleMonth(), 1); in getStartInYear()
283 ruleDay = Grego::fieldsToDay(year, fDateTimeRule->getRuleMonth(), in getStartInYear()
297 ruleDay = Grego::fieldsToDay(year, month, dom); in getStartInYear()
Dolsontz.cpp242 finalStartMillis = Grego::fieldsToDay(finalStartYear, 0, 1) * U_MILLIS_PER_DAY; in OlsonTimeZone()
380 UDate date = (UDate)(Grego::fieldsToDay(year, month, dom) * U_MILLIS_PER_DAY + millis); in getOffset()
574 double start = Grego::fieldsToDay(year, 0, 1) * SECONDS_PER_DAY; in useDaylightTime()
575 double limit = Grego::fieldsToDay(year+1, 0, 1) * SECONDS_PER_DAY; in useDaylightTime()
Dgregoimp.h168 static double fieldsToDay(int32_t year, int32_t month, int32_t dom);
Dgregoimp.cpp85 double Grego::fieldsToDay(int32_t year, int32_t month, int32_t dom) { in fieldsToDay() function in Grego
Dchnsecal.cpp534 double ms = daysToMillis(Grego::fieldsToDay(gyear, UCAL_DECEMBER, 1)); in winterSolstice()
Dzonemeta.cpp212 UDate date = Grego::fieldsToDay(year, month - 1, day) * U_MILLIS_PER_DAY in parseDate()
Drbtz.cpp390 UDate time = (UDate)Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY + millis; in getOffset()
Dvtzone.cpp278 UDate time = Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY; in parseDateTimeString()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DOlsonTimeZone.java160 long time = Grego.fieldsToDay(year, month, dom) * Grego.MILLIS_PER_DAY + millis; in getOffset()
238 finalStartMillis = Grego.fieldsToDay(fields[0], 0, 1); in setRawOffset()
318 long start = Grego.fieldsToDay(fields[0], 0, 1) * SECONDS_PER_DAY; in useDaylightTime()
319 long limit = Grego.fieldsToDay(fields[0] + 1, 0, 1) * SECONDS_PER_DAY; in useDaylightTime()
623 finalStartMillis = Grego.fieldsToDay(finalStartYear, 0, 1) * Grego.MILLIS_PER_DAY; in construct()
DGrego.java93 public static long fieldsToDay(int year, int month, int dom) { in fieldsToDay() method in Grego
DTimeZoneNamesImpl.java886 long date = Grego.fieldsToDay(year, month - 1, day) * Grego.MILLIS_PER_DAY in parseDate()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DOlsonTimeZone.java162 long time = Grego.fieldsToDay(year, month, dom) * Grego.MILLIS_PER_DAY + millis; in getOffset()
240 finalStartMillis = Grego.fieldsToDay(fields[0], 0, 1); in setRawOffset()
320 long start = Grego.fieldsToDay(fields[0], 0, 1) * SECONDS_PER_DAY; in useDaylightTime()
321 long limit = Grego.fieldsToDay(fields[0] + 1, 0, 1) * SECONDS_PER_DAY; in useDaylightTime()
625 finalStartMillis = Grego.fieldsToDay(finalStartYear, 0, 1) * Grego.MILLIS_PER_DAY; in construct()
DGrego.java95 public static long fieldsToDay(int year, int month, int dom) { in fieldsToDay() method in Grego
DTimeZoneNamesImpl.java888 long date = Grego.fieldsToDay(year, month - 1, day) * Grego.MILLIS_PER_DAY in parseDate()