Home | History | Annotate | Download | only in cintltst

Lines Matching refs:calType

65     UCalendarType   calType;
424 caldef = ucal_open(NULL, 0, ucalGetTypeTestPtr->locale, ucalGetTypeTestPtr->calType, &status);
426 const char * calType = ucal_getType(caldef, &status);
427 if ( U_SUCCESS(status) && calType != NULL ) {
428 if ( strcmp( calType, ucalGetTypeTestPtr->expectedResult ) != 0 ) {
430 ucalGetTypeTestPtr->calType, ucalGetTypeTestPtr->expectedResult);
433 log_err("FAIL: ucal_open %s type %d, then ucal_getType fails\n", localeToDisplay, ucalGetTypeTestPtr->calType);
437 log_err("FAIL: ucal_open %s type %d fails\n", localeToDisplay, ucalGetTypeTestPtr->calType);