Home
last modified time | relevance | path

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

/external/icu4c/common/
Drbbiscan.cpp102 fScanIndex = 0; in RBBIRuleScanner()
284 RHSExprNode->fLastPos = fScanIndex; in doParseActions()
423 n->fFirstPos = fScanIndex; in doParseActions()
434 n->fFirstPos = fScanIndex; in doParseActions()
444 n->fFirstPos = fScanIndex; in doParseActions()
455 n->fFirstPos = fScanIndex; in doParseActions()
482 fOptionStart = fScanIndex; in doParseActions()
487 UnicodeString opt(fRB->fRules, fOptionStart, fScanIndex-fOptionStart); in doParseActions()
517 n->fFirstPos = fScanIndex; in doParseActions()
526 n->fLastPos = fScanIndex; in doParseActions()
[all …]
Drbbiscan.h98 int32_t fScanIndex; // Index of current character being processed variable
/external/icu4c/i18n/
Dregexcmp.h128 int64_t fScanIndex; // Index of current character being processed variable
Dregexcmp.cpp60 fScanIndex = 0; in RegexCompile()
3604 …utext_extract(fRXPat->fPattern, fScanIndex-U_PARSE_CONTEXT_LEN+1, fScanIndex, fParseErr->preContex… in error()
3605 …utext_extract(fRXPat->fPattern, fScanIndex, fScanIndex+U_PARSE_CONTEXT_LEN-1, fParseErr->postConte… in error()
3701 fScanIndex = UTEXT_GETNATIVEINDEX(fRXPat->fPattern); in nextChar()
3980 int64_t savedScanIndex = fScanIndex; in scanPosixProp()
4032 fScanIndex = savedScanIndex; in scanPosixProp()