Home
last modified time | relevance | path

Searched refs:fNextIndex (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/common/
Drbbiscan.cpp103 fNextIndex = 0; in RBBIRuleScanner()
259 n->fFirstPos = fNextIndex; // move past the '=' in doParseActions()
424 n->fLastPos = fNextIndex; in doParseActions()
435 n->fLastPos = fNextIndex; in doParseActions()
445 n->fLastPos = fNextIndex; in doParseActions()
456 n->fLastPos = fNextIndex; in doParseActions()
471 n->fLastPos = fNextIndex; in doParseActions()
796 if (fNextIndex >= fRB->fRules.length()) { in nextCharLL()
799 ch = fRB->fRules.char32At(fNextIndex); in nextCharLL()
800 fNextIndex = fRB->fRules.moveIndex32(fNextIndex, 1); in nextCharLL()
[all …]
Drbbiscan.h100 int32_t fNextIndex; // Index of the next character, which variable