Lines Matching refs:parseError
40 UParseError& parseError) { in syntaxError() argument
41 parseError.offset = pos; in syntaxError()
42 parseError.line=0; // we are not using line number in syntaxError()
48 pattern.extract(start,stop-start,parseError.preContext,0); in syntaxError()
50 parseError.preContext[stop-start] = 0; in syntaxError()
56 pattern.extract(start,stop-start,parseError.postContext,0); in syntaxError()
58 parseError.postContext[stop-start]= 0; in syntaxError()
139 UParseError& parseError, in applyPatternWithoutExpandAffix() argument
148 parseError.offset = -1; in applyPatternWithoutExpandAffix()
149 parseError.preContext[0] = parseError.postContext[0] = (UChar)0; in applyPatternWithoutExpandAffix()
226 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix()
249 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix()
260 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix()
274 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix()
281 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix()
310 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix()
341 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix()
384 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix()
397 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix()
411 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix()
424 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix()
514 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix()
532 syntaxError(pattern,pos,parseError); in applyPatternWithoutExpandAffix()