Searched defs:calType (Results 1 - 10 of 10) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dwindttst.cpp114 int32_t calType = 0; local
123 GetLocaleInfoW(lcidRecords[i].lcid, LOCALE_RETURN_NUMBER|LOCALE_ICALENDARTYPE, (LPWSTR) calType, sizeof(int32_t));
128 uprv_strcat(localeID, getCalendarType(calType));
H A Dcallimts.cpp232 const char* calType = cal.getType(); local
254 errln((UnicodeString)"FAIL: [" + calType + "] Maximum value of DAY_OF_YEAR is too big: "
259 errln((UnicodeString)"FAIL: [" + calType + "] Least maximum value of DAY_OF_YEAR is too small: "
267 errln((UnicodeString)"FAIL: [" + calType + "] Maximum value of WEEK_OF_YEAR is too big: "
272 errln((UnicodeString)"FAIL: [" + calType + "] Least maximum value of WEEK_OF_YEAR is too small: "
279 errln((UnicodeString)"FAIL: [" + calType + "] Maximum value of DAY_OF_WEEK_IN_MONTH is incorrect: "
284 errln((UnicodeString)"FAIL: [" + calType + "] Least maximum value of DAY_OF_WEEK_IN_MONTH is incorrect: "
291 errln((UnicodeString)"FAIL: [" + calType + "] Maximum value of WEEK_OF_MONTH is incorrect: "
296 errln((UnicodeString)"FAIL: [" + calType + "] Least maximum value of WEEK_OF_MONTH is incorrect: "
/external/icu/icu4c/source/i18n/
H A Ddtitvinf.cpp458 const char *calType = calTypeBuffer.data(); local
464 ures_getAllItemsWithFallback(calBundle, calType, sink, status);
H A Dcalendar.cpp241 ECalType calType = getCalendarType(keyword); local
242 return (calType != CALTYPE_UNKNOWN);
261 ECalType calType = CALTYPE_UNKNOWN; local
280 calType = getCalendarType(calTypeBuf);
281 if (calType != CALTYPE_UNKNOWN) {
282 return calType;
312 calType = getCalendarType(calTypeBuf);
319 if (calType == CALTYPE_UNKNOWN) {
321 calType = CALTYPE_GREGORIAN;
323 return calType;
326 createStandardCalendar(ECalType calType, const Locale &loc, UErrorCode& status) argument
1821 const char * calType = getType(); local
2125 const char * calType = getType(); local
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDateFormatSymbols.java2263 String calType = null;
2266 calType = calClassInfo[1];
2270 if (calType == null) {
2271 calType = className.replaceAll("Calendar", "").toLowerCase(Locale.ENGLISH);
2274 initializeData(locale, calType);
2286 public DateFormatSymbols(ULocale locale, String calType) { argument
2287 initializeData(locale, calType);
/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.c80 UCalendarType calType; member in struct:__anon7426
470 caldef = ucal_open(NULL, 0, ucalGetTypeTestPtr->locale, ucalGetTypeTestPtr->calType, &status);
472 const char * calType = ucal_getType(caldef, &status); local
473 if ( U_SUCCESS(status) && calType != NULL ) {
474 if ( uprv_strcmp( calType, ucalGetTypeTestPtr->expectedResult ) != 0 ) {
476 ucalGetTypeTestPtr->calType, ucalGetTypeTestPtr->expectedResult);
479 log_err("FAIL: ucal_open %s type %d, then ucal_getType fails\n", localeToDisplay, ucalGetTypeTestPtr->calType);
483 log_err("FAIL: ucal_open %s type %d fails\n", localeToDisplay, ucalGetTypeTestPtr->calType);
2149 const char * calType = ucal_getType(ucalTest, &status); local
2156 } else if ( uprv_strcmp(calType,"chines
2166 const char * calType = ucal_getType(ucalTest, &status); local
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormatSymbols.java2308 String calType = null;
2311 calType = calClassInfo[1];
2315 if (calType == null) {
2316 calType = className.replaceAll("Calendar", "").toLowerCase(Locale.ENGLISH);
2319 initializeData(locale, calType);
2331 public DateFormatSymbols(ULocale locale, String calType) { argument
2332 initializeData(locale, calType);
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DCalendar.java1558 String calType = locale.getKeywordValue("calendar");
1559 if (calType != null) {
1560 buf.append("@calendar=").append(calType);
1753 CalType calType = getCalendarTypeForLocale(locale);
1754 if (calType == CalType.UNKNOWN) {
1756 calType = CalType.GREGORIAN;
1759 switch (calType) {
2819 String calType = getType();
2820 if (calType.equals("gregorian") || calType
3499 getDateTimeFormatString(ULocale loc, String calType, int dateStyle, int timeStyle) argument
3548 make(ULocale loc, String calType) argument
3573 getPatternData(ULocale locale, String calType) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCalendar.java1623 String calType = locale.getKeywordValue("calendar");
1624 if (calType != null) {
1625 buf.append("@calendar=").append(calType);
1824 CalType calType = getCalendarTypeForLocale(locale);
1825 if (calType == CalType.UNKNOWN) {
1827 calType = CalType.GREGORIAN;
1830 switch (calType) {
2916 String calType = getType();
2917 if (calType.equals("gregorian") || calType
3606 getDateTimeFormatString(ULocale loc, String calType, int dateStyle, int timeStyle) argument
3655 make(ULocale loc, String calType) argument
3680 getPatternData(ULocale locale, String calType) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1374 milliseconds