HomeSort by relevance Sort by last modified time
    Searched refs:solarLongitude (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
chnsecal.cpp 545 UDate solarLongitude = gChineseCalendarAstro->getSunLongitude();
548 // Compute (floor(solarLongitude / (pi/6)) + 2) % 12
549 int32_t term = ( ((int32_t)(6 * solarLongitude / CalendarAstronomer::PI)) + 2 ) % 12;
  /external/icu4c/i18n/
chnsecal.cpp 608 UDate solarLongitude = gChineseCalendarAstro->getSunLongitude();
611 // Compute (floor(solarLongitude / (pi/6)) + 2) % 12
612 int32_t term = ( ((int32_t)(6 * solarLongitude / CalendarAstronomer::PI)) + 2 ) % 12;
    [all...]

Completed in 295 milliseconds