HomeSort by relevance Sort by last modified time
    Searched defs:getCalendarType (Results 1 - 25 of 31) sorted by null

1 2

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CalendarUtil.java 43 public static String getCalendarType(ULocale loc) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
CalendarUtil.java 41 public static String getCalendarType(ULocale loc) {
  /libcore/luni/src/test/java/libcore/java/time/chrono/
ChronologyTest.java 90 public String getCalendarType() {
  /libcore/ojluni/src/main/java/java/time/chrono/
MinguoChronology.java 138 * @see #getCalendarType()
158 public String getCalendarType() {
Chronology.java 235 * The {@link #getCalendarType() calendar system type} is defined by the
275 * @see #getCalendarType()
285 * The {@code getCalendarType} is the concatenation of the CLDR calendar type
292 String getCalendarType();
    [all...]
ThaiBuddhistChronology.java 174 * @see #getCalendarType()
194 public String getCalendarType() {
IsoChronology.java 149 * @see #getCalendarType()
169 public String getCalendarType() {
JapaneseChronology.java 163 * @see #getCalendarType()
183 public String getCalendarType() {
HijrahChronology.java 400 * @see #getCalendarType()
419 public String getCalendarType() {
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/chrono/
CopticChronology.java 147 * @see #getCalendarType()
167 public String getCalendarType() {
TCKChronology.java 119 assertEquals(chrono.getCalendarType(), calendarSystemType);
206 assertEquals(chrono.getCalendarType(), type);
322 builder.setUnicodeLocaleKeyword("ca", chrono.getCalendarType());
TCKHijrahChronology.java 101 Assert.assertEquals(test.getCalendarType(), "islamic-umalqura", "Type mismatch");
TCKMinguoChronology.java 121 Assert.assertEquals(test.getCalendarType(), "roc", "Type mismatch");
    [all...]
TCKThaiBuddhistChronology.java 120 Assert.assertEquals(test.getCalendarType(), "buddhist", "Type mismatch");
    [all...]
TCKJapaneseChronology.java 128 Assert.assertEquals(test.getCalendarType(), "japanese", "Type mismatch");
    [all...]
  /libcore/ojluni/src/test/java/time/test/java/time/chrono/
TestThaiBuddhistChronoImpl.java 98 assertEquals(cal.getCalendarType(), "buddhist", "Unexpected calendar type");
TestIsoChronoImpl.java 96 assertEquals(cal.getCalendarType(), "gregory", "Unexpected calendar type");
121 assertEquals(cal.getCalendarType(), "gregory", "Unexpected calendar type");
TestJapaneseChronoImpl.java 103 assertEquals(cal.getCalendarType(), "japanese", "Unexpected calendar type");
  /external/icu/icu4c/source/test/intltest/
windttst.cpp 48 static const char *getCalendarType(int32_t type)
147 uprv_strcat(localeID, getCalendarType(calType));
  /libcore/ojluni/src/test/java/time/tck/java/time/
TestIsoChronology.java 104 Assert.assertEquals(test.getCalendarType(), "iso8601", "Type mismatch");
  /libcore/ojluni/src/main/java/java/util/
JapaneseImperialCalendar.java 325 public String getCalendarType() {
    [all...]
Calendar.java     [all...]
  /external/icu/icu4c/source/i18n/
calendar.cpp 227 static ECalType getCalendarType(const char *s) {
242 ECalType calType = getCalendarType(keyword);
283 calType = getCalendarType(calTypeBuf);
315 calType = getCalendarType(calTypeBuf);
466 return createStandardCalendar(getCalendarType(keyword), canLoc, status);
    [all...]
  /prebuilts/sdk/current/
core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 428 milliseconds

1 2