Home | History | Annotate | Download | only in intltest

Lines Matching refs:errorCases

235 typedef struct ErrorCases ErrorCases;
237 static const struct ErrorCases{
245 } errorCases[] = {
877 for(int32_t i=0;i< sizeof(errorCases)/sizeof(errorCases[0]);i++){
878 ErrorCases errorCase = errorCases[i];
903 for(int32_t i=0;i< (int32_t)(sizeof(errorCases)/sizeof(errorCases[0]));i++){
904 ErrorCases errorCase = errorCases[i];