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

  /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...]
itformat.cpp 43 #include "astrotst.h" // AstroTest
129 TESTCLASS(27,AstroTest);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
AstroTest.java 10 // AstroTest
30 public class AstroTest extends TestFmwk {
32 new AstroTest().run(args);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
AstroTest.java 9 // AstroTest
26 public class AstroTest extends TestFmwk {
28 new AstroTest().run(args);

Completed in 751 milliseconds