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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
TestCase.java 115 * @param gregDay The Gregorian day of the month of the date to be tested
126 public TestCase(int gregYear, int gregMonth, int gregDay,
133 greg.set(gregYear, gregMonth-1, gregDay);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
TestCase.java 114 * @param gregDay The Gregorian day of the month of the date to be tested
125 public TestCase(int gregYear, int gregMonth, int gregDay,
132 greg.set(gregYear, gregMonth-1, gregDay);
  /external/icu/icu4c/source/test/intltest/
incaltst.cpp 794 int32_t gregDay = data[i++];
801 grego->set(gregYear, gregMonth, gregDay);
    [all...]

Completed in 107 milliseconds