/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | AnnualTimeZoneRule.java | 110 … ruleDay = Grego.fieldsToDay(year, dateTimeRule.getRuleMonth(), dateTimeRule.getRuleDayOfMonth()); in getStartInYear() 116 ruleDay = Grego.fieldsToDay(year, dateTimeRule.getRuleMonth(), 1); in getStartInYear() 120 ruleDay = Grego.fieldsToDay(year, dateTimeRule.getRuleMonth(), in getStartInYear() 134 ruleDay = Grego.fieldsToDay(year, month, dom); in getStartInYear()
|
D | RuleBasedTimeZone.java | 98 long time = Grego.fieldsToDay(year, month, day) * Grego.MILLIS_PER_DAY + milliseconds; in getOffset()
|
D | VTimeZone.java | 1975 long time = Grego.fieldsToDay(year, month, day) * Grego.MILLIS_PER_DAY; in parseDateTimeString()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | AnnualTimeZoneRule.java | 120 … ruleDay = Grego.fieldsToDay(year, dateTimeRule.getRuleMonth(), dateTimeRule.getRuleDayOfMonth()); in getStartInYear() 126 ruleDay = Grego.fieldsToDay(year, dateTimeRule.getRuleMonth(), 1); in getStartInYear() 130 ruleDay = Grego.fieldsToDay(year, dateTimeRule.getRuleMonth(), in getStartInYear() 144 ruleDay = Grego.fieldsToDay(year, month, dom); in getStartInYear()
|
D | RuleBasedTimeZone.java | 103 long time = Grego.fieldsToDay(year, month, day) * Grego.MILLIS_PER_DAY + milliseconds; in getOffset()
|
D | VTimeZone.java | 2006 long time = Grego.fieldsToDay(year, month, day) * Grego.MILLIS_PER_DAY; in parseDateTimeString()
|
/external/icu/icu4c/source/i18n/ |
D | tzrule.cpp | 274 …ruleDay = Grego::fieldsToDay(year, fDateTimeRule->getRuleMonth(), fDateTimeRule->getRuleDayOfMonth… in getStartInYear() 281 ruleDay = Grego::fieldsToDay(year, fDateTimeRule->getRuleMonth(), 1); in getStartInYear() 285 ruleDay = Grego::fieldsToDay(year, fDateTimeRule->getRuleMonth(), in getStartInYear() 299 ruleDay = Grego::fieldsToDay(year, month, dom); in getStartInYear()
|
D | olsontz.cpp | 244 finalStartMillis = Grego::fieldsToDay(finalStartYear, 0, 1) * U_MILLIS_PER_DAY; in OlsonTimeZone() 382 UDate date = (UDate)(Grego::fieldsToDay(year, month, dom) * U_MILLIS_PER_DAY + millis); in getOffset() 576 double start = Grego::fieldsToDay(year, 0, 1) * SECONDS_PER_DAY; in useDaylightTime() 577 double limit = Grego::fieldsToDay(year+1, 0, 1) * SECONDS_PER_DAY; in useDaylightTime()
|
D | gregoimp.h | 181 static double fieldsToDay(int32_t year, int32_t month, int32_t dom);
|
D | gregoimp.cpp | 88 double Grego::fieldsToDay(int32_t year, int32_t month, int32_t dom) { in fieldsToDay() function in Grego
|
D | chnsecal.cpp | 536 double ms = daysToMillis(Grego::fieldsToDay(gyear, UCAL_DECEMBER, 1)); in winterSolstice()
|
D | zonemeta.cpp | 215 UDate date = Grego::fieldsToDay(year, month - 1, day) * U_MILLIS_PER_DAY in parseDate()
|
D | rbtz.cpp | 392 UDate time = (UDate)Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY + millis; in getOffset()
|
D | vtzone.cpp | 280 UDate time = Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY; in parseDateTimeString()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | OlsonTimeZone.java | 162 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()
|
D | Grego.java | 95 public static long fieldsToDay(int year, int month, int dom) { in fieldsToDay() method in Grego
|
D | TimeZoneNamesImpl.java | 947 long date = Grego.fieldsToDay(year, month - 1, day) * Grego.MILLIS_PER_DAY
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | OlsonTimeZone.java | 164 long time = Grego.fieldsToDay(year, month, dom) * Grego.MILLIS_PER_DAY + millis; in getOffset() 242 finalStartMillis = Grego.fieldsToDay(fields[0], 0, 1); in setRawOffset() 322 long start = Grego.fieldsToDay(fields[0], 0, 1) * SECONDS_PER_DAY; in useDaylightTime() 323 long limit = Grego.fieldsToDay(fields[0] + 1, 0, 1) * SECONDS_PER_DAY; in useDaylightTime() 627 finalStartMillis = Grego.fieldsToDay(finalStartYear, 0, 1) * Grego.MILLIS_PER_DAY; in construct()
|
D | Grego.java | 97 public static long fieldsToDay(int year, int month, int dom) { in fieldsToDay() method in Grego
|
D | TimeZoneNamesImpl.java | 949 long date = Grego.fieldsToDay(year, month - 1, day) * Grego.MILLIS_PER_DAY
|