Searched refs:AstroTest (Results 1 - 6 of 6) sorted by relevance
/external/chromium_org/third_party/icu/source/test/intltest/ |
H A D | astrotst.h | 20 class AstroTest: public CalendarTimeZoneTest { class in inherits:CalendarTimeZoneTest 25 AstroTest();
|
H A D | astrotst.cpp | 25 AstroTest::AstroTest(): astro(NULL), gc(NULL) { function in class:AstroTest 28 void AstroTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) 30 if (exec) logln("TestSuite AstroTest"); 49 void AstroTest::initAstro(UErrorCode &status) { 66 void AstroTest::closeAstro(UErrorCode &/*status*/) { 77 void AstroTest::TestSolarLongitude(void) { 108 void AstroTest::TestLunarPosition(void) { 133 void AstroTest::TestCoordinates(void) { 147 void AstroTest [all...] |
H A D | itformat.cpp | 42 #include "astrotst.h" // AstroTest 115 TESTCLASS(27,AstroTest);
|
/external/icu/icu4c/source/test/intltest/ |
H A D | astrotst.h | 20 class AstroTest: public CalendarTimeZoneTest { class in inherits:CalendarTimeZoneTest 25 AstroTest();
|
H A D | astrotst.cpp | 23 AstroTest::AstroTest(): astro(NULL), gc(NULL) { function in class:AstroTest 26 void AstroTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) 28 if (exec) logln("TestSuite AstroTest"); 47 void AstroTest::initAstro(UErrorCode &status) { 64 void AstroTest::closeAstro(UErrorCode &/*status*/) { 75 void AstroTest::TestSolarLongitude(void) { 106 void AstroTest::TestLunarPosition(void) { 131 void AstroTest::TestCoordinates(void) { 145 void AstroTest [all...] |
H A D | itformat.cpp | 43 #include "astrotst.h" // AstroTest 123 TESTCLASS(27,AstroTest);
|
Completed in 122 milliseconds