Home | History | Annotate | Download | only in i18n

Lines Matching refs:floorDivide

374         return (year-1)*354 + ClockMath::floorDivide((3+11*year),30);
397 + (year-1)*354 + (int32_t)ClockMath::floorDivide((3+11*year),30);
453 start = (int32_t)ClockMath::floorDivide((origin - HIJRA_MILLIS), (double)kOneDay) + 1;
617 year = (int32_t)ClockMath::floorDivide(30 * (int64_t)days + 10646, (int64_t)10631);
650 year = (int)ClockMath::floorDivide( (double)(30 * days + 10646) , 10631.0 );