Searched refs:fParseError (Results 1 – 6 of 6) sorted by relevance
579 if (fRB->fParseError) { in error()580 fRB->fParseError->line = fLineNum; in error()581 fRB->fParseError->offset = fCharNum; in error()582 fRB->fParseError->preContext[0] = 0; in error()583 fRB->fParseError->preContext[0] = 0; in error()
126 UParseError *fParseError; // here avoids passing it everywhere. variable
51 fParseError = parseErr; in RBBIRuleBuilder()