OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGreenwichSidereal
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/i18n/
astro.h
404
double
getGreenwichSidereal
();
astro.cpp
379
double CalendarAstronomer::
getGreenwichSidereal
() {
407
return normalize(
getGreenwichSidereal
() + (fGmtOffset/(double)HOUR_MS), 24.);
[
all
...]
/external/icu4c/test/intltest/
astrotst.cpp
182
logln((UnicodeString)" gw sidereal: " + anAstro->
getGreenwichSidereal
());
Completed in 602 milliseconds