Searched refs:fOptionStart (Results 1 – 10 of 10) sorted by relevance
/third_party/icu/icu4c/source/common/ |
D | rbbiscan.h | 153 int32_t fOptionStart; // Input index of start of a !!option variable
|
D | rbbiscan.cpp | 113 fOptionStart = 0; in RBBIRuleScanner() 542 fOptionStart = fScanIndex; in doParseActions() 547 UnicodeString opt(fRB->fRules, fOptionStart, fScanIndex-fOptionStart); in doParseActions()
|
/third_party/node/deps/icu-small/source/common/ |
D | rbbiscan.h | 153 int32_t fOptionStart; // Input index of start of a !!option variable
|
D | rbbiscan.cpp | 113 fOptionStart = 0; in RBBIRuleScanner() 542 fOptionStart = fScanIndex; in doParseActions() 547 UnicodeString opt(fRB->fRules, fOptionStart, fScanIndex-fOptionStart); in doParseActions()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | rbbiscan.h | 153 int32_t fOptionStart; // Input index of start of a !!option variable
|
D | rbbiscan.cpp | 113 fOptionStart = 0; in RBBIRuleScanner() 542 fOptionStart = fScanIndex; in doParseActions() 547 UnicodeString opt(fRB->fRules, fOptionStart, fScanIndex-fOptionStart); in doParseActions()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | rbbiscan.h | 151 int32_t fOptionStart; // Input index of start of a !!option variable
|
D | rbbiscan.cpp | 113 fOptionStart = 0; in RBBIRuleScanner() 542 fOptionStart = fScanIndex; in doParseActions() 547 UnicodeString opt(fRB->fRules, fOptionStart, fScanIndex-fOptionStart); in doParseActions()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RBBIRuleScanner.java | 89 int fOptionStart; // Input index of start of a !!option field in RBBIRuleScanner 432 fOptionStart = fScanIndex; in doParseActions() 436 String opt = fRB.fRules.substring(fOptionStart, fScanIndex); in doParseActions()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | RBBIRuleScanner.java | 90 int fOptionStart; // Input index of start of a !!option field in RBBIRuleScanner 433 fOptionStart = fScanIndex; in doParseActions() 437 String opt = fRB.fRules.substring(fOptionStart, fScanIndex); in doParseActions()
|