Lines Matching refs:parseError
2036 UParseError parseError;
2050 coll = ucol_openFromShortString(testCases[i].input, FALSE, &parseError, &status);
2065 ucol_normalizeShortDefinitionString(testCases[i].input, normalizedBuffer, 256, &parseError, &status);
2066 fromNormalized = ucol_openFromShortString(normalizedBuffer, FALSE, &parseError, &status);
2084 if(parseError.offset != testCases[i].expectedOffset) {
2086 parseError.offset, testCases[i].expectedOffset, testCases[i].input);