Home
last modified time | relevance | path

Searched refs:fOptionStart (Results 1 – 10 of 10) sorted by relevance

/third_party/icu/icu4c/source/common/
Drbbiscan.h153 int32_t fOptionStart; // Input index of start of a !!option variable
Drbbiscan.cpp113 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/
Drbbiscan.h153 int32_t fOptionStart; // Input index of start of a !!option variable
Drbbiscan.cpp113 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/
Drbbiscan.h153 int32_t fOptionStart; // Input index of start of a !!option variable
Drbbiscan.cpp113 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/
Drbbiscan.h151 int32_t fOptionStart; // Input index of start of a !!option variable
Drbbiscan.cpp113 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/
DRBBIRuleScanner.java89 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/
DRBBIRuleScanner.java90 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()