Searched refs:fNextIndex (Results 1 – 4 of 4) sorted by relevance
108 fNextIndex = 0; in RBBIRuleScanner()258 n->fFirstPos = fNextIndex; // move past the '=' in doParseActions()423 n->fLastPos = fNextIndex; in doParseActions()434 n->fLastPos = fNextIndex; in doParseActions()444 n->fLastPos = fNextIndex; in doParseActions()455 n->fLastPos = fNextIndex; in doParseActions()470 n->fLastPos = fNextIndex; in doParseActions()781 if (fNextIndex >= fRB->fRules.length()) { in nextCharLL()784 ch = fRB->fRules.char32At(fNextIndex); in nextCharLL()785 fNextIndex = fRB->fRules.moveIndex32(fNextIndex, 1); in nextCharLL()[all …]
98 int32_t fNextIndex; // Index of the next character, which variable
55 fNextIndex = 0; in RegexCompile()3559 if (fPatternLength==0 || fNextIndex >= fPatternLength) { in nextCharLL()3562 ch = pattern.char32At(fNextIndex); in nextCharLL()3563 fNextIndex = pattern.moveIndex32(fNextIndex, 1); in nextCharLL()3608 fScanIndex = fNextIndex; in nextChar()3665 int32_t startX = fNextIndex; // start and end positions of the in nextChar()3666 int32_t endX = fNextIndex; // sequence following the '\' in nextChar()3680 fNextIndex = endX; in nextChar()3869 int32_t savedNextIndex = fNextIndex; in scanPosixProp()3921 fNextIndex = savedNextIndex; in scanPosixProp()
128 int32_t fNextIndex; // Index of the next character, which variable