Lines Matching full:testcases
2022 } testCases[] = {
2051 for(i = 0; i < sizeof(testCases)/sizeof(testCases[0]); i++) {
2053 if(testCases[i].locale) {
2054 locale = testCases[i].locale;
2059 coll = ucol_openFromShortString(testCases[i].input, FALSE, &parseError, &status);
2060 if(status != testCases[i].expectedStatus) {
2062 u_errorName(status), u_errorName(testCases[i].expectedStatus), testCases[i].input);
2069 if(strcmp(fromShortBuffer, testCases[i].expectedOutput)) {
2071 fromShortBuffer, testCases[i].expectedOutput, testCases[i].input);
2074 ucol_normalizeShortDefinitionString(testCases[i].input, normalizedBuffer, 256, &parseError, &status);
2086 testCases[i].input, normalizedBuffer);
2093 if(parseError.offset != testCases[i].expectedOffset) {
2095 parseError.offset, testCases[i].expectedOffset, testCases[i].input);