Searched refs:fParseError (Results 1 – 3 of 3) sorted by relevance
643 if (fRB->fParseError) { in error()644 fRB->fParseError->line = fLineNum; in error()645 fRB->fParseError->offset = fCharNum; in error()646 fRB->fParseError->preContext[0] = 0; in error()647 fRB->fParseError->postContext[0] = 0; in error()
146 UParseError *fParseError; // here avoids passing it everywhere. variable
53 fParseError = parseErr; in RBBIRuleBuilder()