Lines Matching refs:parseError
38 UParseError& parseError) { in syntaxError() argument
39 parseError.offset = pos; in syntaxError()
40 parseError.line=0; // we are not using line number in syntaxError()
46 pattern.extract(start,stop-start,parseError.preContext,0); in syntaxError()
48 parseError.preContext[stop-start] = 0; in syntaxError()
54 pattern.extract(start,stop-start,parseError.postContext,0); in syntaxError()
56 parseError.postContext[stop-start]= 0; in syntaxError()
137 UParseError& parseError, in applyPatternWithoutExpandAffix() argument
146 parseError.offset = -1; in applyPatternWithoutExpandAffix()
147 parseError.preContext[0] = parseError.postContext[0] = (UChar)0; in applyPatternWithoutExpandAffix()
224 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix()
247 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix()
258 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix()
272 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix()
279 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix()
308 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix()
339 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix()
382 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix()
395 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix()
409 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix()
422 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix()
512 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix()
530 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix()