Searched refs:anAstro (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dastrotst.cpp177 CalendarAstronomer *anAstro = astronomers[i]; local
180 logln((UnicodeString)" date: " + anAstro->getTime());
181 logln((UnicodeString)" cent: " + anAstro->getJulianCentury());
182 logln((UnicodeString)" gw sidereal: " + anAstro->getGreenwichSidereal());
183 logln((UnicodeString)" loc sidereal: " + anAstro->getLocalSidereal());
184 logln((UnicodeString)" equ ecl: " + (anAstro->eclipticToEquatorial(eq,ecl)).toString());
185 logln((UnicodeString)" equ long: " + (anAstro->eclipticToEquatorial(eq, eclLong)).toString());
186 logln((UnicodeString)" horiz: " + (anAstro->eclipticToHorizon(hor, eclLong)).toString());
187 logln((UnicodeString)" sunrise: " + (anAstro->getSunRiseSet(TRUE)));
188 logln((UnicodeString)" sunset: " + (anAstro
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dastrotst.cpp175 CalendarAstronomer *anAstro = astronomers[i]; local
178 logln((UnicodeString)" date: " + anAstro->getTime());
179 logln((UnicodeString)" cent: " + anAstro->getJulianCentury());
180 logln((UnicodeString)" gw sidereal: " + anAstro->getGreenwichSidereal());
181 logln((UnicodeString)" loc sidereal: " + anAstro->getLocalSidereal());
182 logln((UnicodeString)" equ ecl: " + (anAstro->eclipticToEquatorial(eq,ecl)).toString());
183 logln((UnicodeString)" equ long: " + (anAstro->eclipticToEquatorial(eq, eclLong)).toString());
184 logln((UnicodeString)" horiz: " + (anAstro->eclipticToHorizon(hor, eclLong)).toString());
185 logln((UnicodeString)" sunrise: " + (anAstro->getSunRiseSet(TRUE)));
186 logln((UnicodeString)" sunset: " + (anAstro
[all...]

Completed in 172 milliseconds