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

  /external/icu/icu4c/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 671 * For use with {@link #getSunTime getSunTime}.
682 * For use with {@link #getSunTime getSunTime}.
693 * For use with {@link #getSunTime getSunTime}.
704 * For use with {@link #getSunTime getSunTime}.
729 UDate CalendarAstronomer::getSunTime(double desired, UBool next)
    [all...]
chnsecal.cpp 542 UDate solarLong = gChineseCalendarAstro->getSunTime(CalendarAstronomer::WINTER_SOLSTICE(), TRUE);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CalendarAstronomer.java 623 * For use with {@link #getSunTime(SolarLongitude, boolean) getSunTime}.
631 * For use with {@link #getSunTime(SolarLongitude, boolean) getSunTime}.
639 * For use with {@link #getSunTime(SolarLongitude, boolean) getSunTime}.
647 * For use with {@link #getSunTime(SolarLongitude, boolean) getSunTime}.
658 public long getSunTime(double desired, boolean next)
672 public long getSunTime(SolarLongitude desired, boolean next)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
AstroTest.java 172 logln(" prev summer solstice: " + new Date(astro.getSunTime(CalendarAstronomer.SUMMER_SOLSTICE, false)));
173 logln(" next summer solstice: " + new Date(astro.getSunTime(CalendarAstronomer.SUMMER_SOLSTICE, true)));
  /external/icu/icu4c/source/test/intltest/
astrotst.cpp 190 logln((UnicodeString)" prev summer solstice: " + (anAstro->getSunTime(CalendarAstronomer::SUMMER_SOLSTICE(), FALSE)));
191 logln((UnicodeString)" next summer solstice: " + (anAstro->getSunTime(CalendarAstronomer::SUMMER_SOLSTICE(), TRUE)));
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
ChineseCalendar.java 711 long solarLong = astro.getSunTime(CalendarAstronomer.WINTER_SOLSTICE,
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 280 milliseconds