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

/external/icu4c/i18n/
H A Dchnsecal.cpp545 UDate solarLongitude = gChineseCalendarAstro->getSunLongitude(); local
548 // Compute (floor(solarLongitude / (pi/6)) + 2) % 12
549 int32_t term = ( ((int32_t)(6 * solarLongitude / CalendarAstronomer::PI)) + 2 ) % 12;

Completed in 38 milliseconds