Home
last modified time | relevance | path

Searched refs:calendarTypeToUse (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateIntervalInfo.java414 String calendarTypeToUse = locale.getKeywordValue("calendar"); in setup() local
415 if ( calendarTypeToUse == null ) { in setup()
417 calendarTypeToUse = preferredCalendarTypes[0]; // the most preferred calendar in setup()
419 if ( calendarTypeToUse == null ) { in setup()
420 calendarTypeToUse = "gregorian"; // fallback in setup()
438 …CUResourceBundle itvDtPtnResource =rb.getWithFallback("calendar/" + calendarTypeToUse + "/interval… in setup()
DDateTimePatternGenerator.java151 String calendarTypeToUse = uLocale.getKeywordValue("calendar"); in getFrozenInstance() local
152 if ( calendarTypeToUse == null ) { in getFrozenInstance()
154 calendarTypeToUse = preferredCalendarTypes[0]; // the most preferred calendar in getFrozenInstance()
156 if ( calendarTypeToUse == null ) { in getFrozenInstance()
157 calendarTypeToUse = "gregorian"; // fallback in getFrozenInstance()
168 …ICUResourceBundle itemBundle = rb.getWithFallback("calendar/" + calendarTypeToUse + "/appendItems"… in getFrozenInstance()
203 … availFormatsBundle = rb.getWithFallback("calendar/" + calendarTypeToUse + "/availableFormats"); in getFrozenInstance()
227 …availFormatsBundle = pbundle.getWithFallback("calendar/" + calendarTypeToUse + "/availableFormats"… in getFrozenInstance()
/external/icu/icu4c/source/i18n/
Ddtitvinf.cpp232 const char * calendarTypeToUse = gGregorianTag; // initial default in initializeData() local
242 calendarTypeToUse = calendarType; in initializeData()
253 calTypeBundle = ures_getByKey(calBundle, calendarTypeToUse, NULL, &status); in initializeData()
Ddtptngen.cpp578 const char * calendarTypeToUse = DT_DateTimeGregorianTag; // initial default in addCLDRData() local
589 calendarTypeToUse = calendarType; in addCLDRData()
594 calTypeBundle = ures_getByKeyWithFallback(calBundle, calendarTypeToUse, NULL, &err); in addCLDRData()
751 calTypeBundle = ures_getByKeyWithFallback(calBundle, calendarTypeToUse, NULL, &err); in addCLDRData()