Home
last modified time | relevance | path

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

12345

/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;
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;
/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;
/third_party/node/deps/icu-small/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…
/third_party/flutter/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;
/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/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()

12345