Lines Matching defs:parseError
2060 UParseError parseError;
2074 coll = ucol_openFromShortString(testCases[i].input, FALSE, &parseError, &status);
2089 ucol_normalizeShortDefinitionString(testCases[i].input, normalizedBuffer, 256, &parseError, &status);
2090 fromNormalized = ucol_openFromShortString(normalizedBuffer, FALSE, &parseError, &status);
2108 if(parseError.offset != testCases[i].expectedOffset) {
2110 parseError.offset, testCases[i].expectedOffset, testCases[i].input);