Searched refs:fScanIndex (Results 1 – 6 of 6) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RBBIRuleScanner.java | 41 int fScanIndex; // Index of current character being processed field in RBBIRuleScanner 228 RHSExprNode.fLastPos = fScanIndex; in doParseActions() 374 n.fFirstPos = fScanIndex; in doParseActions() 385 n.fFirstPos = fScanIndex; in doParseActions() 396 n.fFirstPos = fScanIndex; in doParseActions() 407 n.fFirstPos = fScanIndex; in doParseActions() 433 fOptionStart = fScanIndex; in doParseActions() 437 String opt = fRB.fRules.substring(fOptionStart, fScanIndex); in doParseActions() 468 n.fFirstPos = fScanIndex; in doParseActions() 477 n.fLastPos = fScanIndex; in doParseActions() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RBBIRuleScanner.java | 40 int fScanIndex; // Index of current character being processed field in RBBIRuleScanner 227 RHSExprNode.fLastPos = fScanIndex; in doParseActions() 373 n.fFirstPos = fScanIndex; in doParseActions() 384 n.fFirstPos = fScanIndex; in doParseActions() 395 n.fFirstPos = fScanIndex; in doParseActions() 406 n.fFirstPos = fScanIndex; in doParseActions() 432 fOptionStart = fScanIndex; in doParseActions() 436 String opt = fRB.fRules.substring(fOptionStart, fScanIndex); in doParseActions() 467 n.fFirstPos = fScanIndex; in doParseActions() 476 n.fLastPos = fScanIndex; in doParseActions() [all …]
|
/external/icu/icu4c/source/common/ |
D | rbbiscan.cpp | 93 fScanIndex = 0; in RBBIRuleScanner() 300 RHSExprNode->fLastPos = fScanIndex; in doParseActions() 474 n->fFirstPos = fScanIndex; in doParseActions() 488 n->fFirstPos = fScanIndex; in doParseActions() 501 n->fFirstPos = fScanIndex; in doParseActions() 515 n->fFirstPos = fScanIndex; in doParseActions() 542 fOptionStart = fScanIndex; in doParseActions() 547 UnicodeString opt(fRB->fRules, fOptionStart, fScanIndex-fOptionStart); in doParseActions() 581 n->fFirstPos = fScanIndex; in doParseActions() 590 n->fLastPos = fScanIndex; in doParseActions() [all …]
|
D | rbbiscan.h | 99 int32_t fScanIndex; // Index of current character being processed variable
|
/external/icu/icu4c/source/i18n/ |
D | regexcmp.h | 141 int64_t fScanIndex; // Index of current character being processed variable
|
D | regexcmp.cpp | 64 fScanIndex = 0; in RegexCompile() 3919 …utext_extract(fRXPat->fPattern, fScanIndex-U_PARSE_CONTEXT_LEN+1, fScanIndex, fParseErr->preContex… in error() 3920 …utext_extract(fRXPat->fPattern, fScanIndex, fScanIndex+U_PARSE_CONTEXT_LEN-1, fParseErr->postConte… in error() 4016 fScanIndex = UTEXT_GETNATIVEINDEX(fRXPat->fPattern); in nextChar() 4297 int64_t savedScanIndex = fScanIndex; in scanPosixProp() 4349 fScanIndex = savedScanIndex; in scanPosixProp()
|