HomeSort by relevance Sort by last modified time
    Searched full:caltype (Results 1 - 8 of 8) sorted by null

  /external/icu4c/test/intltest/
callimts.cpp 195 const char* calType = cal.getType();
217 errln((UnicodeString)"FAIL: [" + calType + "] Maximum value of DAY_OF_YEAR is too big: "
222 errln((UnicodeString)"FAIL: [" + calType + "] Least maximum value of DAY_OF_YEAR is too small: "
230 errln((UnicodeString)"FAIL: [" + calType + "] Maximum value of WEEK_OF_YEAR is too big: "
235 errln((UnicodeString)"FAIL: [" + calType + "] Least maximum value of WEEK_OF_YEAR is too small: "
242 errln((UnicodeString)"FAIL: [" + calType + "] Maximum value of DAY_OF_WEEK_IN_MONTH is incorrect: "
247 errln((UnicodeString)"FAIL: [" + calType + "] Least maximum value of DAY_OF_WEEK_IN_MONTH is incorrect: "
254 errln((UnicodeString)"FAIL: [" + calType + "] Maximum value of WEEK_OF_MONTH is incorrect: "
259 errln((UnicodeString)"FAIL: [" + calType + "] Least maximum value of WEEK_OF_MONTH is incorrect: "
windttst.cpp 114 int32_t calType = 0;
123 GetLocaleInfoW(lcidRecords[i].lcid, LOCALE_RETURN_NUMBER|LOCALE_ICALENDARTYPE, (LPWSTR) calType, sizeof(int32_t));
128 uprv_strcat(localeID, getCalendarType(calType));
  /external/icu4c/i18n/
ucal.cpp 126 UCalendarType caltype,
139 if ( caltype == UCAL_GREGORIAN ) {
635 char *caltype = (char*)uprv_malloc(len + 1); local
636 if (caltype == NULL) {
640 u_UCharsToChars(type, caltype, len);
641 *(caltype + len) = 0;
643 ulist_addItemEndList(values, caltype, TRUE, status);
calendar.cpp 191 ECalType calType = getCalendarType(keyword);
192 return (calType != CALTYPE_UNKNOWN);
211 ECalType calType = CALTYPE_UNKNOWN;
230 calType = getCalendarType(calTypeBuf);
231 if (calType != CALTYPE_UNKNOWN) {
232 return calType;
270 calType = getCalendarType(calTypeBuf);
277 if (calType == CALTYPE_UNKNOWN) {
279 calType = CALTYPE_GREGORIAN;
281 return calType;
    [all...]
  /external/icu4c/test/cintltst/
ccaltst.c 65 UCalendarType calType;
425 caldef = ucal_open(NULL, 0, ucalGetTypeTestPtr->locale, ucalGetTypeTestPtr->calType, &status);
427 const char * calType = ucal_getType(caldef, &status);
428 if ( U_SUCCESS(status) && calType != NULL ) {
429 if ( strcmp( calType, ucalGetTypeTestPtr->expectedResult ) != 0 ) {
431 ucalGetTypeTestPtr->calType, ucalGetTypeTestPtr->expectedResult);
434 log_err("FAIL: ucal_open %s type %d, then ucal_getType fails\n", localeToDisplay, ucalGetTypeTestPtr->calType);
438 log_err("FAIL: ucal_open %s type %d fails\n", localeToDisplay, ucalGetTypeTestPtr->calType);
    [all...]
  /hardware/invensense/mlsdk/mllite/
ml_stored_data.c     [all...]
  /prebuilt/windows/sdl/host/lib/
libSDL.a     [all...]
libSDLmain.a     [all...]

Completed in 530 milliseconds