Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIRuleScanner.java40 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 …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRBBIRuleScanner.java41 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 …]
/third_party/flutter/skia/third_party/externals/icu/source/common/
Drbbiscan.cpp93 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 …]
Drbbiscan.h99 int32_t fScanIndex; // Index of current character being processed variable
/third_party/icu/icu4c/source/common/
Drbbiscan.cpp93 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 …]
Drbbiscan.h101 int32_t fScanIndex; // Index of current character being processed variable
/third_party/skia/third_party/externals/icu/source/common/
Drbbiscan.cpp93 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 …]
Drbbiscan.h101 int32_t fScanIndex; // Index of current character being processed variable
/third_party/node/deps/icu-small/source/common/
Drbbiscan.cpp93 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 …]
Drbbiscan.h101 int32_t fScanIndex; // Index of current character being processed variable
/third_party/skia/third_party/externals/icu/source/i18n/
Dregexcmp.h141 int64_t fScanIndex; // Index of current character being processed variable
Dregexcmp.cpp64 fScanIndex = 0; in RegexCompile()
3933 …utext_extract(fRXPat->fPattern, fScanIndex-U_PARSE_CONTEXT_LEN+1, fScanIndex, fParseErr->preContex… in error()
3934 …utext_extract(fRXPat->fPattern, fScanIndex, fScanIndex+U_PARSE_CONTEXT_LEN-1, fParseErr->postConte… in error()
4030 fScanIndex = UTEXT_GETNATIVEINDEX(fRXPat->fPattern); in nextChar()
4315 int64_t savedScanIndex = fScanIndex; in scanPosixProp()
4367 fScanIndex = savedScanIndex; in scanPosixProp()
/third_party/icu/icu4c/source/i18n/
Dregexcmp.h141 int64_t fScanIndex; // Index of current character being processed variable
Dregexcmp.cpp64 fScanIndex = 0; in RegexCompile()
3933 …utext_extract(fRXPat->fPattern, fScanIndex-U_PARSE_CONTEXT_LEN+1, fScanIndex, fParseErr->preContex… in error()
3934 …utext_extract(fRXPat->fPattern, fScanIndex, fScanIndex+U_PARSE_CONTEXT_LEN-1, fParseErr->postConte… in error()
4030 fScanIndex = UTEXT_GETNATIVEINDEX(fRXPat->fPattern); in nextChar()
4315 int64_t savedScanIndex = fScanIndex; in scanPosixProp()
4367 fScanIndex = savedScanIndex; in scanPosixProp()
/third_party/node/deps/icu-small/source/i18n/
Dregexcmp.h141 int64_t fScanIndex; // Index of current character being processed variable
Dregexcmp.cpp64 fScanIndex = 0; in RegexCompile()
3936 …utext_extract(fRXPat->fPattern, fScanIndex-U_PARSE_CONTEXT_LEN+1, fScanIndex, fParseErr->preContex… in error()
3937 …utext_extract(fRXPat->fPattern, fScanIndex, fScanIndex+U_PARSE_CONTEXT_LEN-1, fParseErr->postConte… in error()
4033 fScanIndex = UTEXT_GETNATIVEINDEX(fRXPat->fPattern); in nextChar()
4318 int64_t savedScanIndex = fScanIndex; in scanPosixProp()
4370 fScanIndex = savedScanIndex; in scanPosixProp()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dregexcmp.h141 int64_t fScanIndex; // Index of current character being processed variable
Dregexcmp.cpp64 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()