Home | History | Annotate | Download | only in cintltst

Lines Matching refs:parseError

2058     UParseError parseError;
2072 coll = ucol_openFromShortString(testCases[i].input, FALSE, &parseError, &status);
2087 ucol_normalizeShortDefinitionString(testCases[i].input, normalizedBuffer, 256, &parseError, &status);
2088 fromNormalized = ucol_openFromShortString(normalizedBuffer, FALSE, &parseError, &status);
2106 if(parseError.offset != testCases[i].expectedOffset) {
2108 parseError.offset, testCases[i].expectedOffset, testCases[i].input);