/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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()
|
/third_party/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()
|
/third_party/skia/third_party/externals/icu/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 | gregoimp.h | 181 static double fieldsToDay(int32_t year, int32_t month, int32_t dom);
|
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.cpp | 88 double Grego::fieldsToDay(int32_t year, int32_t month, int32_t dom) { in fieldsToDay() function in Grego
|
D | indiancal.cpp | 143 return Grego::fieldsToDay(year, month, date) + kEpochStartAsJulianDay - 0.5; in gregorianToJD()
|
/third_party/node/deps/icu-small/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 | gregoimp.h | 181 static double fieldsToDay(int32_t year, int32_t month, int32_t dom);
|
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.cpp | 88 double Grego::fieldsToDay(int32_t year, int32_t month, int32_t dom) { in fieldsToDay() function in Grego
|
D | indiancal.cpp | 143 return Grego::fieldsToDay(year, month, date) + kEpochStartAsJulianDay - 0.5; in gregorianToJD()
|
/third_party/flutter/skia/third_party/externals/icu/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 | gregoimp.h | 181 static double fieldsToDay(int32_t year, int32_t month, int32_t dom);
|
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.cpp | 88 double Grego::fieldsToDay(int32_t year, int32_t month, int32_t dom) { in fieldsToDay() function in Grego
|
/third_party/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 | gregoimp.h | 181 static double fieldsToDay(int32_t year, int32_t month, int32_t dom);
|
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.cpp | 88 double Grego::fieldsToDay(int32_t year, int32_t month, int32_t dom) { in fieldsToDay() function in Grego
|
D | indiancal.cpp | 143 return Grego::fieldsToDay(year, month, date) + kEpochStartAsJulianDay - 0.5; in gregorianToJD()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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
|
/third_party/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
|