Home
last modified time | relevance | path

Searched refs:IndianMonth (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/
H A Dindiancal.cpp259 int32_t leapMonth, IndianYear, yday, IndianMonth, IndianDayOfMonth, mday; in handleComputeFields() local
279 IndianMonth = 0; in handleComputeFields()
284 IndianMonth = (int32_t)uprv_floor(mday / 31) + 1; in handleComputeFields()
288 IndianMonth = (int32_t)uprv_floor(mday / 30) + 6; in handleComputeFields()
296 internalSet(UCAL_MONTH, IndianMonth); in handleComputeFields()
297 internalSet(UCAL_ORDINAL_MONTH, IndianMonth); in handleComputeFields()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DIndianCalendar.java361 int leapMonth, IndianYear, yday, IndianMonth, IndianDayOfMonth, mday; in handleComputeFields()
380 IndianMonth = 0; in handleComputeFields()
385 IndianMonth = mday / 31 + 1; in handleComputeFields()
389 IndianMonth = mday / 30 + 6; in handleComputeFields()
397 internalSet(MONTH, IndianMonth); in handleComputeFields()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DIndianCalendar.java334 int leapMonth, IndianYear, yday, IndianMonth, IndianDayOfMonth, mday; in handleComputeFields()
353 IndianMonth = 0; in handleComputeFields()
358 IndianMonth = mday / 31 + 1; in handleComputeFields()
362 IndianMonth = mday / 30 + 6; in handleComputeFields()
370 internalSet(MONTH, IndianMonth); in handleComputeFields()
/third_party/icu/icu4c/source/i18n/
H A Dindiancal.cpp259 int32_t leapMonth, IndianYear, yday, IndianMonth, IndianDayOfMonth, mday; in handleComputeFields() local
279 IndianMonth = 0; in handleComputeFields()
284 IndianMonth = (int32_t)uprv_floor(mday / 31) + 1; in handleComputeFields()
288 IndianMonth = (int32_t)uprv_floor(mday / 30) + 6; in handleComputeFields()
296 internalSet(UCAL_MONTH, IndianMonth); in handleComputeFields()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dindiancal.cpp259 int32_t leapMonth, IndianYear, yday, IndianMonth, IndianDayOfMonth, mday; in handleComputeFields() local
279 IndianMonth = 0; in handleComputeFields()
284 IndianMonth = (int32_t)uprv_floor(mday / 31) + 1; in handleComputeFields()
288 IndianMonth = (int32_t)uprv_floor(mday / 30) + 6; in handleComputeFields()
296 internalSet(UCAL_MONTH, IndianMonth); in handleComputeFields()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 5 milliseconds