/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | RBBIRuleScanner.java | 38 RBBIRuleBuilder fRB; // The rule builder that we are part of. 109 RBBIRuleScanner(RBBIRuleBuilder rb) { in RBBIRuleScanner() 295 int destRules = (fReverseRule ? RBBIRuleBuilder.fSafeRevTree : fRB.fDefaultTree); in doParseActions() 324 error(RBBIRuleBuilder.U_BRK_RULE_SYNTAX); in doParseActions() 329 error(RBBIRuleBuilder.U_BRK_RULE_SYNTAX); in doParseActions() 426 error(RBBIRuleBuilder.U_BRK_MALFORMED_RULE_TAG); in doParseActions() 442 fRB.fDefaultTree = RBBIRuleBuilder.fForwardTree; in doParseActions() 444 fRB.fDefaultTree = RBBIRuleBuilder.fReverseTree; in doParseActions() 446 fRB.fDefaultTree = RBBIRuleBuilder.fSafeFwdTree; in doParseActions() 448 fRB.fDefaultTree = RBBIRuleBuilder in doParseActions() [all...] |
H A D | RBBIRuleBuilder.java | 26 class RBBIRuleBuilder { class 146 RBBIRuleBuilder(String rules) in RBBIRuleBuilder() method in RBBIRuleBuilder 287 RBBIRuleBuilder builder = new RBBIRuleBuilder(rules); in compileRules()
|
H A D | RBBISymbolTable.java | 80 fRuleScanner.error(RBBIRuleBuilder.U_BRK_MALFORMED_SET); in lookup() 160 fRuleScanner.error(RBBIRuleBuilder.U_BRK_VARIABLE_REDFINITION); in addEntry()
|
H A D | RBBITableBuilder.java | 25 import com.ibm.icu.text.RBBIRuleBuilder.IntPair; 66 private RBBIRuleBuilder fRB; 68 /** The array index into RBBIRuleBuilder.fTreeRoots for the parse tree to operate on. */ 93 // the overall RBBIRuleBuilder. 95 RBBITableBuilder(RBBIRuleBuilder rb, int rootNodeIx) { in RBBITableBuilder() 901 boolean findDuplCharClassFrom(RBBIRuleBuilder.IntPair categories) { in findDuplCharClassFrom() 956 boolean findDuplicateState(RBBIRuleBuilder.IntPair states) { in findDuplicateState() 995 boolean findDuplicateSafeState(RBBIRuleBuilder.IntPair states) { in findDuplicateSafeState() 1272 RBBIRuleBuilder.IntPair states = new RBBIRuleBuilder in buildSafeReverseTable() [all...] |
H A D | RBBISetBuilder.java | 18 import com.ibm.icu.text.RBBIRuleBuilder.IntPair; 119 RBBIRuleBuilder fRB; // The RBBI Rule Compiler that owns us. 144 RBBISetBuilder(RBBIRuleBuilder rb) in RBBISetBuilder()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | RBBIRuleScanner.java | 39 RBBIRuleBuilder fRB; // The rule builder that we are part of. 110 RBBIRuleScanner(RBBIRuleBuilder rb) { in RBBIRuleScanner() 296 int destRules = (fReverseRule ? RBBIRuleBuilder.fSafeRevTree : fRB.fDefaultTree); in doParseActions() 325 error(RBBIRuleBuilder.U_BRK_RULE_SYNTAX); in doParseActions() 330 error(RBBIRuleBuilder.U_BRK_RULE_SYNTAX); in doParseActions() 427 error(RBBIRuleBuilder.U_BRK_MALFORMED_RULE_TAG); in doParseActions() 443 fRB.fDefaultTree = RBBIRuleBuilder.fForwardTree; in doParseActions() 445 fRB.fDefaultTree = RBBIRuleBuilder.fReverseTree; in doParseActions() 447 fRB.fDefaultTree = RBBIRuleBuilder.fSafeFwdTree; in doParseActions() 449 fRB.fDefaultTree = RBBIRuleBuilder in doParseActions() [all...] |
H A D | RBBIRuleBuilder.java | 26 class RBBIRuleBuilder { class 143 RBBIRuleBuilder(String rules) in RBBIRuleBuilder() method in RBBIRuleBuilder 281 RBBIRuleBuilder builder = new RBBIRuleBuilder(rules); in compileRules()
|
H A D | RBBISymbolTable.java | 81 fRuleScanner.error(RBBIRuleBuilder.U_BRK_MALFORMED_SET); in lookup() 161 fRuleScanner.error(RBBIRuleBuilder.U_BRK_VARIABLE_REDFINITION); in addEntry()
|
H A D | RBBITableBuilder.java | 26 import ohos.global.icu.text.RBBIRuleBuilder.IntPair; 67 private RBBIRuleBuilder fRB; 69 /** The array index into RBBIRuleBuilder.fTreeRoots for the parse tree to operate on. */ 86 // the overall RBBIRuleBuilder. 88 RBBITableBuilder(RBBIRuleBuilder rb, int rootNodeIx) { in RBBITableBuilder() 896 boolean findDuplCharClassFrom(RBBIRuleBuilder.IntPair categories) { in findDuplCharClassFrom() 945 boolean findDuplicateState(RBBIRuleBuilder.IntPair states) { in findDuplicateState() 984 boolean findDuplicateSafeState(RBBIRuleBuilder.IntPair states) { in findDuplicateSafeState() 1239 RBBIRuleBuilder.IntPair states = new RBBIRuleBuilder in buildSafeReverseTable() [all...] |
H A D | RBBISetBuilder.java | 20 import ohos.global.icu.text.RBBIRuleBuilder.IntPair; 126 RBBIRuleBuilder fRB; // The RBBI Rule Compiler that owns us. 151 RBBISetBuilder(RBBIRuleBuilder rb) in RBBISetBuilder()
|
/third_party/icu/icu4c/source/common/ |
H A D | rbbirb.h | 105 // class RBBIRuleBuilder The top-level class handling RBBI rule compiling. 108 class RBBIRuleBuilder : public UMemory { class 124 RBBIRuleBuilder(const UnicodeString &rules, 129 virtual ~RBBIRuleBuilder(); 180 RBBIRuleBuilder(const RBBIRuleBuilder &other) = delete; // forbid copying of this class 181 RBBIRuleBuilder &operator=(const RBBIRuleBuilder &other) = delete; // forbid copying of this class
|
H A D | rbbirb.cpp | 9 // This file contains the RBBIRuleBuilder class implementation. This is the main class for 48 RBBIRuleBuilder::RBBIRuleBuilder(const UnicodeString &rules, in RBBIRuleBuilder() function in RBBIRuleBuilder 102 RBBIRuleBuilder::~RBBIRuleBuilder() { in ~RBBIRuleBuilder() 137 RBBIDataHeader *RBBIRuleBuilder::flattenData() { in flattenData() 243 RBBIRuleBuilder::createRuleBasedBreakIterator( const UnicodeString &rules, in createRuleBasedBreakIterator() 251 RBBIRuleBuilder builder(rules, parseError, status); in createRuleBasedBreakIterator() 278 RBBIDataHeader *RBBIRuleBuilder::build(UErrorCode &status) { in build() 338 void RBBIRuleBuilder [all...] |
H A D | rbbiscan.h | 30 class RBBIRuleBuilder; 60 RBBIRuleScanner(RBBIRuleBuilder *rb); 99 RBBIRuleBuilder *fRB; // The rule builder that we are part of.
|
H A D | rbbitblb.h | 31 class RBBIRuleBuilder; 45 RBBITableBuilder(RBBIRuleBuilder *rb, RBBINode **rootNode, UErrorCode &status); 172 RBBIRuleBuilder *fRB;
|
H A D | rbbisetb.h | 84 RBBISetBuilder(RBBIRuleBuilder *rb); 119 RBBIRuleBuilder *fRB; // The RBBI Rule Compiler that owns us.
|
/third_party/node/deps/icu-small/source/common/ |
H A D | rbbirb.h | 105 // class RBBIRuleBuilder The top-level class handling RBBI rule compiling. 108 class RBBIRuleBuilder : public UMemory { class 124 RBBIRuleBuilder(const UnicodeString &rules, 129 virtual ~RBBIRuleBuilder(); 177 RBBIRuleBuilder(const RBBIRuleBuilder &other) = delete; // forbid copying of this class 178 RBBIRuleBuilder &operator=(const RBBIRuleBuilder &other) = delete; // forbid copying of this class
|
H A D | rbbirb.cpp | 9 // This file contains the RBBIRuleBuilder class implementation. This is the main class for 48 RBBIRuleBuilder::RBBIRuleBuilder(const UnicodeString &rules, in RBBIRuleBuilder() function in RBBIRuleBuilder 101 RBBIRuleBuilder::~RBBIRuleBuilder() { in ~RBBIRuleBuilder() 136 RBBIDataHeader *RBBIRuleBuilder::flattenData() { in flattenData() 242 RBBIRuleBuilder::createRuleBasedBreakIterator( const UnicodeString &rules, in createRuleBasedBreakIterator() 250 RBBIRuleBuilder builder(rules, parseError, status); in createRuleBasedBreakIterator() 277 RBBIDataHeader *RBBIRuleBuilder::build(UErrorCode &status) { in build() 337 void RBBIRuleBuilder [all...] |
H A D | rbbiscan.h | 30 class RBBIRuleBuilder; 60 RBBIRuleScanner(RBBIRuleBuilder *rb); 99 RBBIRuleBuilder *fRB; // The rule builder that we are part of.
|
H A D | rbbitblb.h | 31 class RBBIRuleBuilder; 45 RBBITableBuilder(RBBIRuleBuilder *rb, RBBINode **rootNode, UErrorCode &status); 172 RBBIRuleBuilder *fRB;
|
H A D | rbbisetb.h | 84 RBBISetBuilder(RBBIRuleBuilder *rb); 119 RBBIRuleBuilder *fRB; // The RBBI Rule Compiler that owns us.
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | rbbirb.h | 105 // class RBBIRuleBuilder The top-level class handling RBBI rule compiling. 108 class RBBIRuleBuilder : public UMemory { class 124 RBBIRuleBuilder(const UnicodeString &rules, 129 virtual ~RBBIRuleBuilder(); 180 RBBIRuleBuilder(const RBBIRuleBuilder &other); // forbid copying of this class 181 RBBIRuleBuilder &operator=(const RBBIRuleBuilder &other); // forbid copying of this class
|
H A D | rbbirb.cpp | 9 // This file contains the RBBIRuleBuilder class implementation. This is the main class for 48 RBBIRuleBuilder::RBBIRuleBuilder(const UnicodeString &rules, in RBBIRuleBuilder() function in RBBIRuleBuilder 102 RBBIRuleBuilder::~RBBIRuleBuilder() { in ~RBBIRuleBuilder() 137 RBBIDataHeader *RBBIRuleBuilder::flattenData() { in flattenData() 243 RBBIRuleBuilder::createRuleBasedBreakIterator( const UnicodeString &rules, in createRuleBasedBreakIterator() 251 RBBIRuleBuilder builder(rules, parseError, status); in createRuleBasedBreakIterator() 278 RBBIDataHeader *RBBIRuleBuilder::build(UErrorCode &status) { in build() 338 void RBBIRuleBuilder [all...] |
H A D | rbbiscan.h | 30 class RBBIRuleBuilder; 60 RBBIRuleScanner(RBBIRuleBuilder *rb); 99 RBBIRuleBuilder *fRB; // The rule builder that we are part of.
|
H A D | rbbitblb.h | 31 class RBBIRuleBuilder; 45 RBBITableBuilder(RBBIRuleBuilder *rb, RBBINode **rootNode, UErrorCode &status); 172 RBBIRuleBuilder *fRB;
|
H A D | rbbisetb.h | 84 RBBISetBuilder(RBBIRuleBuilder *rb); 119 RBBIRuleBuilder *fRB; // The RBBI Rule Compiler that owns us.
|