Home
last modified time | relevance | path

Searched refs:fCharNum (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/common/
Drbbiscan.cpp109 fCharNum = 0; in RBBIRuleScanner()
581 fRB->fParseError->offset = fCharNum; in error()
809 fCharNum=0; in nextCharLL()
819 fCharNum++; in nextCharLL()
905 fCharNum += fNextIndex-startX; in nextChar()
960 fC.fChar, fLineNum, fCharNum, RBBIRuleStateNames[state]); in parse()
Drbbiscan.h104 int32_t fCharNum; // Char position within the line. variable
/external/icu4c/i18n/
Dregexcmp.h135 int64_t fCharNum; // Char position within the line. variable
Dregexcmp.cpp64 fCharNum = 0; in RegexCompile()
178 fC.fChar, fLineNum, fCharNum, RegexStateNames[state])); in compile()
3593 } else if (fCharNum > 0x7FFFFFFF) { in error()
3598 fParseErr->offset = (int32_t)fCharNum; in error()
3668 fCharNum=0; in nextCharLL()
3674 fCharNum++; in nextCharLL()
3778 fCharNum += endIndex - pos; in nextChar()
3794 fCharNum += offset; in nextChar()
3989 int64_t savedCharNum = fCharNum; in scanPosixProp()
4040 fCharNum = savedCharNum; in scanPosixProp()