OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSunTime
(Results
1 - 4
of
4
) sorted by null
/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/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 56 milliseconds