Searched refs:roundme (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dchnsecal.cpp527 double roundme = ((day2 - day1) / CalendarAstronomer::SYNODIC_MONTH); local
528 return (int32_t) (roundme + (roundme >= 0 ? .5 : -.5));
/external/icu4c/i18n/
H A Dchnsecal.cpp590 double roundme = ((day2 - day1) / CalendarAstronomer::SYNODIC_MONTH); local
591 return (int32_t) (roundme + (roundme >= 0 ? .5 : -.5));

Completed in 88 milliseconds