Home
last modified time | relevance | path

Searched refs:fParseError (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/common/
Drbbiscan.cpp578 fRB->fParseError->line = fLineNum; in error()
579 fRB->fParseError->offset = fCharNum; in error()
580 fRB->fParseError->preContext[0] = 0; in error()
581 fRB->fParseError->preContext[0] = 0; in error()
Drbbirb.h126 UParseError *fParseError; // here avoids passing it everywhere. variable
Drbbirb.cpp51 fParseError = &parseErr; in RBBIRuleBuilder()