Searched refs:calendarTypeToUse (Results 1 – 6 of 6) sorted by relevance
415 String calendarTypeToUse = locale.getKeywordValue("calendar"); in setup() local416 if ( calendarTypeToUse == null ) { in setup()418 calendarTypeToUse = preferredCalendarTypes[0]; // the most preferred calendar in setup()420 if ( calendarTypeToUse == null ) { in setup()421 calendarTypeToUse = "gregorian"; // fallback in setup()439 …CUResourceBundle itvDtPtnResource =rb.getWithFallback("calendar/" + calendarTypeToUse + "/interval… in setup()
147 String calendarTypeToUse = uLocale.getKeywordValue("calendar"); in getFrozenInstance() local148 if ( calendarTypeToUse == null ) { in getFrozenInstance()150 calendarTypeToUse = preferredCalendarTypes[0]; // the most preferred calendar in getFrozenInstance()152 if ( calendarTypeToUse == null ) { in getFrozenInstance()153 calendarTypeToUse = "gregorian"; // fallback in getFrozenInstance()164 …ICUResourceBundle itemBundle = rb.getWithFallback("calendar/" + calendarTypeToUse + "/appendItems"… in getFrozenInstance()199 … availFormatsBundle = rb.getWithFallback("calendar/" + calendarTypeToUse + "/availableFormats"); in getFrozenInstance()223 …availFormatsBundle = pbundle.getWithFallback("calendar/" + calendarTypeToUse + "/availableFormats"… in getFrozenInstance()
424 String calendarTypeToUse = locale.getKeywordValue("calendar"); in setup() local425 if ( calendarTypeToUse == null ) { in setup()427 calendarTypeToUse = preferredCalendarTypes[0]; // the most preferred calendar in setup()429 if ( calendarTypeToUse == null ) { in setup()430 calendarTypeToUse = "gregorian"; // fallback in setup()448 …CUResourceBundle itvDtPtnResource =rb.getWithFallback("calendar/" + calendarTypeToUse + "/interval… in setup()
151 String calendarTypeToUse = uLocale.getKeywordValue("calendar"); in getFrozenInstance() local152 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()
232 const char * calendarTypeToUse = gGregorianTag; // initial default in initializeData() local242 calendarTypeToUse = calendarType; in initializeData()253 calTypeBundle = ures_getByKey(calBundle, calendarTypeToUse, NULL, &status); in initializeData()
541 const char * calendarTypeToUse = DT_DateTimeGregorianTag; // initial default in addCLDRData() local552 calendarTypeToUse = calendarType; in addCLDRData()557 calTypeBundle = ures_getByKeyWithFallback(calBundle, calendarTypeToUse, NULL, &err); in addCLDRData()714 calTypeBundle = ures_getByKeyWithFallback(calBundle, calendarTypeToUse, NULL, &err); in addCLDRData()