HomeSort by relevance Sort by last modified time
    Searched defs:AstroTest (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
astrotst.h 20 class AstroTest: public CalendarTimeZoneTest {
25 AstroTest();
astrotst.cpp 25 AstroTest::AstroTest(): astro(NULL), gc(NULL) {
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::TestCoverage(void)
    [all...]
  /external/icu/icu4c/source/test/intltest/
astrotst.h 20 class AstroTest: public CalendarTimeZoneTest {
25 AstroTest();
astrotst.cpp 23 AstroTest::AstroTest(): astro(NULL), gc(NULL) {
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::TestCoverage(void)
    [all...]

Completed in 149 milliseconds