Home
last modified time | relevance | path

Searched refs:AstroTest (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/test/intltest/
Dastrotst.cpp25 AstroTest::AstroTest(): astro(NULL), gc(NULL) { in AstroTest() function in AstroTest
28 void AstroTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest()
49 void AstroTest::initAstro(UErrorCode &status) { in initAstro()
66 void AstroTest::closeAstro(UErrorCode &/*status*/) { in closeAstro()
77 void AstroTest::TestSolarLongitude(void) { in TestSolarLongitude()
108 void AstroTest::TestLunarPosition(void) { in TestLunarPosition()
133 void AstroTest::TestCoordinates(void) { in TestCoordinates()
147 void AstroTest::TestCoverage(void) { in TestCoverage()
209 void AstroTest::TestSunriseTimes(void) { in TestSunriseTimes()
373 void AstroTest::TestBasics(void) { in TestBasics()
[all …]
Dastrotst.h20 class AstroTest: public CalendarTimeZoneTest {
25 AstroTest();
Ditformat.cpp119 TESTCLASS(27,AstroTest); in runIndexedTest()