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

  /external/chromium/third_party/icu/source/i18n/
astro.h 496 * For use with {@link #getSunTime getSunTime}.
504 * For use with {@link #getSunTime getSunTime}.
512 * For use with {@link #getSunTime getSunTime}.
520 * For use with {@link #getSunTime getSunTime}.
531 UDate getSunTime(double desired, UBool next);
astro.cpp 672 * For use with {@link #getSunTime getSunTime}.
683 * For use with {@link #getSunTime getSunTime}.
694 * For use with {@link #getSunTime getSunTime}.
705 * For use with {@link #getSunTime getSunTime}.
727 UDate CalendarAstronomer::getSunTime(double desired, UBool next)
    [all...]
chnsecal.cpp 483 UDate solarLong = gChineseCalendarAstro->getSunTime(CalendarAstronomer::WINTER_SOLSTICE(), TRUE);
  /external/icu4c/i18n/
astro.h 496 * For use with {@link #getSunTime getSunTime}.
504 * For use with {@link #getSunTime getSunTime}.
512 * For use with {@link #getSunTime getSunTime}.
520 * For use with {@link #getSunTime getSunTime}.
531 UDate getSunTime(double desired, UBool next);
astro.cpp 672 * For use with {@link #getSunTime getSunTime}.
683 * For use with {@link #getSunTime getSunTime}.
694 * For use with {@link #getSunTime getSunTime}.
705 * For use with {@link #getSunTime getSunTime}.
727 UDate CalendarAstronomer::getSunTime(double desired, UBool next)
    [all...]
chnsecal.cpp 483 UDate solarLong = gChineseCalendarAstro->getSunTime(CalendarAstronomer::WINTER_SOLSTICE(), TRUE);
  /external/chromium/third_party/icu/source/test/intltest/
astrotst.cpp 192 logln((UnicodeString)" prev summer solstice: " + (anAstro->getSunTime(CalendarAstronomer::SUMMER_SOLSTICE(), FALSE)));
193 logln((UnicodeString)" next summer solstice: " + (anAstro->getSunTime(CalendarAstronomer::SUMMER_SOLSTICE(), TRUE)));
  /external/icu4c/test/intltest/
astrotst.cpp 192 logln((UnicodeString)" prev summer solstice: " + (anAstro->getSunTime(CalendarAstronomer::SUMMER_SOLSTICE(), FALSE)));
193 logln((UnicodeString)" next summer solstice: " + (anAstro->getSunTime(CalendarAstronomer::SUMMER_SOLSTICE(), TRUE)));

Completed in 468 milliseconds