Home
last modified time | relevance | path

Searched refs:handleComputeMonthStart (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/skia/third_party/externals/icu/source/i18n/
Dpersncal.cpp122 return handleComputeMonthStart(year,0,FALSE); in yearStart()
133 return handleComputeMonthStart(year,month,TRUE); in monthStart()
168 int32_t PersianCalendar::handleComputeMonthStart(int32_t eyear, int32_t month, UBool /*useMonth*/) … in handleComputeMonthStart() function in PersianCalendar
Dbuddhcal.cpp81 int32_t BuddhistCalendar::handleComputeMonthStart(int32_t eyear, int32_t month, in handleComputeMonthStart() function in BuddhistCalendar
85 return GregorianCalendar::handleComputeMonthStart(eyear, month, useMonth); in handleComputeMonthStart()
Dcecal.h71 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const;
Dbuddhcal.h173 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month,
Dindiancal.h228 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const;
Dpersncal.h222 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const;
Dcecal.cpp78 CECalendar::handleComputeMonthStart(int32_t eyear,int32_t emonth, UBool /*useMonth*/) const in handleComputeMonthStart() function in CECalendar
Dislamcal.h320 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const;
Dhebrwcal.h363 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month,
/third_party/icu/icu4c/source/i18n/
Dpersncal.cpp122 return handleComputeMonthStart(year,0,false); in yearStart()
133 return handleComputeMonthStart(year,month,true); in monthStart()
168 int32_t PersianCalendar::handleComputeMonthStart(int32_t eyear, int32_t month, UBool /*useMonth*/) … in handleComputeMonthStart() function in PersianCalendar
Dbuddhcal.cpp81 int32_t BuddhistCalendar::handleComputeMonthStart(int32_t eyear, int32_t month, in handleComputeMonthStart() function in BuddhistCalendar
85 return GregorianCalendar::handleComputeMonthStart(eyear, month, useMonth); in handleComputeMonthStart()
Dcecal.h71 …virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const overri…
Dbuddhcal.h173 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month,
Dindiancal.h228 …virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const overri…
Dpersncal.h222 …virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const overri…
Dcecal.cpp78 CECalendar::handleComputeMonthStart(int32_t eyear,int32_t emonth, UBool /*useMonth*/) const in handleComputeMonthStart() function in CECalendar
Dislamcal.h320 …virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const overri…
/third_party/node/deps/icu-small/source/i18n/
Dpersncal.cpp123 return handleComputeMonthStart(year,0,false); in yearStart()
134 return handleComputeMonthStart(year,month,true); in monthStart()
169 int32_t PersianCalendar::handleComputeMonthStart(int32_t eyear, int32_t month, UBool /*useMonth*/) … in handleComputeMonthStart() function in PersianCalendar
Dcecal.h101 …virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const overri…
Dindiancal.h228 …virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const overri…
Dpersncal.h222 …virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const overri…
Dcecal.cpp80 CECalendar::handleComputeMonthStart(int32_t eyear,int32_t emonth, UBool /*useMonth*/) const in handleComputeMonthStart() function in CECalendar
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DBuddhistCalendar.java201 protected int handleComputeMonthStart(int eyear, int month, boolean useMonth) { in handleComputeMonthStart() method in BuddhistCalendar
202 return super.handleComputeMonthStart(eyear, month, useMonth); in handleComputeMonthStart()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DBuddhistCalendar.java213 protected int handleComputeMonthStart(int eyear, int month, boolean useMonth) { in handleComputeMonthStart() method in BuddhistCalendar
214 return super.handleComputeMonthStart(eyear, month, useMonth); in handleComputeMonthStart()
/third_party/icu/tools/multi/proj/provider/glue/
Dcal_fe.cpp56 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const ; \
112 int32_t GLUE_SYM ( Calendar ) :: handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMon… in GLUE_SYM()

1234