/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | AnnualTimeZoneRule.java | 108 … 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()
|
D | RuleBasedTimeZone.java | 96 long time = Grego.fieldsToDay(year, month, day) * Grego.MILLIS_PER_DAY + milliseconds; in getOffset()
|
D | VTimeZone.java | 1969 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 | 118 … 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()
|
D | RuleBasedTimeZone.java | 101 long time = Grego.fieldsToDay(year, month, day) * Grego.MILLIS_PER_DAY + milliseconds; in getOffset()
|
D | VTimeZone.java | 2000 long time = Grego.fieldsToDay(year, month, day) * Grego.MILLIS_PER_DAY; in parseDateTimeString()
|
/external/icu/icu4c/source/i18n/ |
D | tzrule.cpp | 272 …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()
|
D | olsontz.cpp | 242 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()
|
D | gregoimp.h | 168 static double fieldsToDay(int32_t year, int32_t month, int32_t dom);
|
D | gregoimp.cpp | 85 double Grego::fieldsToDay(int32_t year, int32_t month, int32_t dom) { in fieldsToDay() function in Grego
|
D | chnsecal.cpp | 534 double ms = daysToMillis(Grego::fieldsToDay(gyear, UCAL_DECEMBER, 1)); in winterSolstice()
|
D | zonemeta.cpp | 212 UDate date = Grego::fieldsToDay(year, month - 1, day) * U_MILLIS_PER_DAY in parseDate()
|
D | rbtz.cpp | 390 UDate time = (UDate)Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY + millis; in getOffset()
|
D | vtzone.cpp | 278 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 | 160 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()
|
D | Grego.java | 93 public static long fieldsToDay(int year, int month, int dom) { in fieldsToDay() method in Grego
|
D | TimeZoneNamesImpl.java | 886 long date = Grego.fieldsToDay(year, month - 1, day) * Grego.MILLIS_PER_DAY in parseDate()
|
/external/icu/android_icu4j/src/main/java/android/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 | 888 long date = Grego.fieldsToDay(year, month - 1, day) * Grego.MILLIS_PER_DAY in parseDate()
|