Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dastrotst.cpp23 AstroTest::AstroTest(): astro(NULL), gc(NULL) { in AstroTest() function in AstroTest
26 void AstroTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest()
47 void AstroTest::initAstro(UErrorCode &status) { in initAstro()
64 void AstroTest::closeAstro(UErrorCode &/*status*/) { in closeAstro()
75 void AstroTest::TestSolarLongitude(void) { in TestSolarLongitude()
106 void AstroTest::TestLunarPosition(void) { in TestLunarPosition()
131 void AstroTest::TestCoordinates(void) { in TestCoordinates()
145 void AstroTest::TestCoverage(void) { in TestCoverage()
207 void AstroTest::TestSunriseTimes(void) { in TestSunriseTimes()
371 void AstroTest::TestBasics(void) { in TestBasics()
[all …]
Dastrotst.h20 class AstroTest: public CalendarTimeZoneTest {
25 AstroTest();
Ditformat.cpp127 TESTCLASS(27,AstroTest); in runIndexedTest()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DAstroTest.java26 public class AstroTest extends TestFmwk { class
28 new AstroTest().run(args); in main()