HomeSort by relevance Sort by last modified time
    Searched refs:getCalendarType (Results 1 - 25 of 45) 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/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());
  /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");
TestExampleCode.java 133 locale.toLanguageTag(), chrono, chrono.getCalendarType());
  /external/icu/icu4c/source/test/intltest/
windttst.cpp 48 static const char *getCalendarType(int32_t type)
147 uprv_strcat(localeID, getCalendarType(calType));
  /external/icu/android_icu4j/src/main/java/android/icu/util/
EthiopicCalendar.java 376 String localeCalType = CalendarUtil.getCalendarType(locale);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
EthiopicCalendar.java 402 String localeCalType = CalendarUtil.getCalendarType(locale);
  /libcore/ojluni/src/main/java/java/time/chrono/
MinguoChronology.java 138 * @see #getCalendarType()
158 public String getCalendarType() {
AbstractChronology.java 192 String type = chrono.getCalendarType();
274 if (type.equals(chrono.getCalendarType())) {
307 if (id.equals(chrono.getId()) || id.equals(chrono.getCalendarType())) {
    [all...]
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...]
IsoChronology.java 149 * @see #getCalendarType()
169 public String getCalendarType() {
ThaiBuddhistChronology.java 174 * @see #getCalendarType()
194 public String getCalendarType() {
HijrahChronology.java 400 * @see #getCalendarType()
419 public String getCalendarType() {
    [all...]
JapaneseChronology.java 163 * @see #getCalendarType()
183 public String getCalendarType() {
  /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/time/format/
DateTimeTextProvider.java 200 chrono.getCalendarType(), fieldIndex, fieldValue, style.toCalendarStyle(), locale);
271 chrono.getCalendarType(), fieldIndex, calendarStyle, locale);
  /libcore/ojluni/src/test/java/time/test/java/util/
TestFormatter.java 151 String type = ((Calendar)o).getCalendarType();
  /libcore/ojluni/src/main/java/java/util/
Calendar.java     [all...]
JapaneseImperialCalendar.java 325 public String getCalendarType() {
    [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...]

Completed in 671 milliseconds

1 2