Home
last modified time | relevance | path

Searched refs:imonth (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dindiancal.cpp244 int32_t imonth; in handleComputeMonthStart() local
252 imonth = 1; in handleComputeMonthStart()
254 imonth = month + 1; in handleComputeMonthStart()
257 double jd = IndianToJD(eyear ,imonth, 1); in handleComputeMonthStart()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DIndianCalendar.java445 int imonth; in handleComputeMonthStart() local
453 imonth = month + 1; in handleComputeMonthStart()
455 double jd = IndianToJD(year ,imonth, 1); in handleComputeMonthStart()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DIndianCalendar.java416 int imonth; in handleComputeMonthStart() local
424 imonth = month + 1; in handleComputeMonthStart()
426 double jd = IndianToJD(year ,imonth, 1); in handleComputeMonthStart()