/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A 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...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A 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...] |
/third_party/icu/icu4c/source/common/ |
H A 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...] |
H A D | rbbiscan.h | 101 int32_t fScanIndex; // Index of current character being processed member in RBBIRuleScanner
|
/third_party/node/deps/icu-small/source/common/ |
H A 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() 579 n->fFirstPos = fScanIndex; in doParseActions() 588 n->fLastPos = fScanIndex; in doParseActions() [all...] |
H A D | rbbiscan.h | 101 int32_t fScanIndex; // Index of current character being processed member in RBBIRuleScanner
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A 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...] |
H A D | rbbiscan.h | 101 int32_t fScanIndex; // Index of current character being processed member in RBBIRuleScanner
|
/third_party/icu/icu4c/source/i18n/ |
H A D | regexcmp.h | 137 int64_t fScanIndex; // Index of current character being processed member in RegexCompile
|
H A D | regexcmp.cpp | 64 fScanIndex = 0; in RegexCompile() 3936 utext_extract(fRXPat->fPattern, fScanIndex-U_PARSE_CONTEXT_LEN+1, fScanIndex, fParseErr->preContext, U_PARSE_CONTEXT_LEN, &status); 3937 utext_extract(fRXPat->fPattern, fScanIndex, fScanIndex+U_PARSE_CONTEXT_LEN-1, fParseErr->postContext, U_PARSE_CONTEXT_LEN, &status); 4033 fScanIndex = UTEXT_GETNATIVEINDEX(fRXPat->fPattern); 4318 int64_t savedScanIndex = fScanIndex; 4370 fScanIndex = savedScanIndex;
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | regexcmp.h | 137 int64_t fScanIndex; // Index of current character being processed member in RegexCompile
|
H A D | regexcmp.cpp | 64 fScanIndex = 0; in RegexCompile() 3936 utext_extract(fRXPat->fPattern, fScanIndex-U_PARSE_CONTEXT_LEN+1, fScanIndex, fParseErr->preContext, U_PARSE_CONTEXT_LEN, &status); 3937 utext_extract(fRXPat->fPattern, fScanIndex, fScanIndex+U_PARSE_CONTEXT_LEN-1, fParseErr->postContext, U_PARSE_CONTEXT_LEN, &status); 4033 fScanIndex = UTEXT_GETNATIVEINDEX(fRXPat->fPattern); 4318 int64_t savedScanIndex = fScanIndex; 4370 fScanIndex = savedScanIndex;
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | regexcmp.h | 141 int64_t fScanIndex; // Index of current character being processed member in RegexCompile
|
H A D | regexcmp.cpp | 64 fScanIndex = 0; in RegexCompile() 3933 utext_extract(fRXPat->fPattern, fScanIndex-U_PARSE_CONTEXT_LEN+1, fScanIndex, fParseErr->preContext, U_PARSE_CONTEXT_LEN, &status); 3934 utext_extract(fRXPat->fPattern, fScanIndex, fScanIndex+U_PARSE_CONTEXT_LEN-1, fParseErr->postContext, U_PARSE_CONTEXT_LEN, &status); 4030 fScanIndex = UTEXT_GETNATIVEINDEX(fRXPat->fPattern); 4315 int64_t savedScanIndex = fScanIndex; 4367 fScanIndex = savedScanIndex;
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |