Home
last modified time | relevance | path

Searched refs:ceToJD (Results 1 – 22 of 22) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcecal.cpp80 return ceToJD(eyear, emonth, 0, getJDEpochOffset()); in handleComputeMonthStart()
112 CECalendar::ceToJD(int32_t year, int32_t month, int32_t date, int32_t jdEpochOffset) in ceToJD() function in CECalendar
Dcecal.h115 static int32_t ceToJD(int32_t year, int32_t month, int32_t date,
Dcoptccal.cpp157 return CECalendar::ceToJD(year, month, day, COPTIC_JD_EPOCH_OFFSET);
Dethpccal.cpp201 return ceToJD(year, month, date, JD_EPOCH_OFFSET_AMETE_MIHRET);
/third_party/node/deps/icu-small/source/i18n/
Dcecal.cpp80 return ceToJD(eyear, emonth, 0, getJDEpochOffset()); in handleComputeMonthStart()
112 CECalendar::ceToJD(int32_t year, int32_t month, int32_t date, int32_t jdEpochOffset) in ceToJD() function in CECalendar
Dcecal.h115 static int32_t ceToJD(int32_t year, int32_t month, int32_t date,
Dcoptccal.cpp157 return CECalendar::ceToJD(year, month, day, COPTIC_JD_EPOCH_OFFSET);
Dethpccal.cpp201 return ceToJD(year, month, date, JD_EPOCH_OFFSET_AMETE_MIHRET);
/third_party/skia/third_party/externals/icu/source/i18n/
Dcecal.cpp80 return ceToJD(eyear, emonth, 0, getJDEpochOffset()); in handleComputeMonthStart()
112 CECalendar::ceToJD(int32_t year, int32_t month, int32_t date, int32_t jdEpochOffset) in ceToJD() function in CECalendar
Dcecal.h115 static int32_t ceToJD(int32_t year, int32_t month, int32_t date,
Dcoptccal.cpp157 return CECalendar::ceToJD(year, month, day, COPTIC_JD_EPOCH_OFFSET);
Dethpccal.cpp201 return ceToJD(year, month, date, JD_EPOCH_OFFSET_AMETE_MIHRET);
/third_party/icu/icu4c/source/i18n/
Dcecal.cpp80 return ceToJD(eyear, emonth, 0, getJDEpochOffset()); in handleComputeMonthStart()
112 CECalendar::ceToJD(int32_t year, int32_t month, int32_t date, int32_t jdEpochOffset) in ceToJD() function in CECalendar
Dcecal.h115 static int32_t ceToJD(int32_t year, int32_t month, int32_t date,
Dcoptccal.cpp157 return CECalendar::ceToJD(year, month, day, COPTIC_JD_EPOCH_OFFSET);
Dethpccal.cpp201 return ceToJD(year, month, date, JD_EPOCH_OFFSET_AMETE_MIHRET);
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCECalendar.java183 return ceToJD(eyear, emonth, 0, getJDEpochOffset()); in handleComputeMonthStart()
236 public static int ceToJD(long year, int month, int day, int jdEpochOffset) { in ceToJD() method in CECalendar
DCopticCalendar.java300 return ceToJD(year, month, date, JD_EPOCH_OFFSET); in copticToJD()
DEthiopicCalendar.java369 return ceToJD(year, month, date, JD_EPOCH_OFFSET_AMETE_MIHRET); in EthiopicToJD()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCECalendar.java181 return ceToJD(eyear, emonth, 0, getJDEpochOffset()); in handleComputeMonthStart()
233 public static int ceToJD(long year, int month, int day, int jdEpochOffset) { in ceToJD() method in CECalendar
DCopticCalendar.java324 return ceToJD(year, month, date, JD_EPOCH_OFFSET); in copticToJD()
DEthiopicCalendar.java399 return ceToJD(year, month, date, JD_EPOCH_OFFSET_AMETE_MIHRET); in EthiopicToJD()