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

  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateIntervalInfo.java 571 String calendarTypeToUse = locale.getKeywordValue("calendar");
572 if ( calendarTypeToUse == null ) {
575 calendarTypeToUse = preferredCalendarTypes[0]; // the most preferred calendar
577 if ( calendarTypeToUse == null ) {
578 calendarTypeToUse = "gregorian"; // fallback
587 String fallbackPattern = resource.getStringWithFallback(CALENDAR_KEY + "/" + calendarTypeToUse
594 while (calendarTypeToUse != null) {
596 if (loadedCalendarTypes.contains(calendarTypeToUse)) {
597 throw new ICUException("Loop in calendar type fallback: " + calendarTypeToUse);
601 loadedCalendarTypes.add(calendarTypeToUse);
    [all...]
DateTimePatternGenerator.java 163 String calendarTypeToUse = uLocale.getKeywordValue("calendar");
164 if ( calendarTypeToUse == null ) {
166 calendarTypeToUse = preferredCalendarTypes[0]; // the most preferred calendar
168 if ( calendarTypeToUse == null ) {
169 calendarTypeToUse = "gregorian"; // fallback
171 return calendarTypeToUse;
265 String calendarTypeToUse = getCalendarTypeToUse(uLocale);
278 "calendar/" + calendarTypeToUse + "/appendItems",
296 "calendar/" + calendarTypeToUse + "/availableFormats",
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateIntervalInfo.java 580 String calendarTypeToUse = locale.getKeywordValue("calendar");
581 if ( calendarTypeToUse == null ) {
584 calendarTypeToUse = preferredCalendarTypes[0]; // the most preferred calendar
586 if ( calendarTypeToUse == null ) {
587 calendarTypeToUse = "gregorian"; // fallback
596 String fallbackPattern = resource.getStringWithFallback(CALENDAR_KEY + "/" + calendarTypeToUse
603 while (calendarTypeToUse != null) {
605 if (loadedCalendarTypes.contains(calendarTypeToUse)) {
606 throw new ICUException("Loop in calendar type fallback: " + calendarTypeToUse);
610 loadedCalendarTypes.add(calendarTypeToUse);
    [all...]
DateTimePatternGenerator.java 167 String calendarTypeToUse = uLocale.getKeywordValue("calendar");
168 if ( calendarTypeToUse == null ) {
170 calendarTypeToUse = preferredCalendarTypes[0]; // the most preferred calendar
172 if ( calendarTypeToUse == null ) {
173 calendarTypeToUse = "gregorian"; // fallback
175 return calendarTypeToUse;
269 String calendarTypeToUse = getCalendarTypeToUse(uLocale);
282 "calendar/" + calendarTypeToUse + "/appendItems",
300 "calendar/" + calendarTypeToUse + "/availableFormats",
    [all...]
  /external/icu/icu4c/source/i18n/
dtitvinf.cpp 392 const char * calendarTypeToUse = gGregorianTag; // initial default
403 calendarTypeToUse = calendarType;
422 calTypeBundle = ures_getByKeyWithFallback(calBundle, calendarTypeToUse, NULL, &status);
436 DateIntervalSink sink(*this, calendarTypeToUse);
dtptngen.cpp     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 105 milliseconds