/external/icu/icu4c/source/common/ |
D | rbbitblb.h | 43 class RBBITableBuilder : public UMemory { 45 RBBITableBuilder(RBBIRuleBuilder *rb, RBBINode **rootNode, UErrorCode &status); 46 ~RBBITableBuilder(); 195 RBBITableBuilder(const RBBITableBuilder &other) = delete; // forbid copying of this class 196 …RBBITableBuilder &operator=(const RBBITableBuilder &other) = delete; // forbid copying of this cla…
|
D | rbbitblb.cpp | 33 RBBITableBuilder::RBBITableBuilder(RBBIRuleBuilder *rb, RBBINode **rootNode, UErrorCode &status) : in RBBITableBuilder() function in RBBITableBuilder 51 RBBITableBuilder::~RBBITableBuilder() { in ~RBBITableBuilder() 68 void RBBITableBuilder::buildForwardTable() { in buildForwardTable() 205 void RBBITableBuilder::calcNullable(RBBINode *n) { in calcNullable() 252 void RBBITableBuilder::calcFirstPos(RBBINode *n) { in calcFirstPos() 298 void RBBITableBuilder::calcLastPos(RBBINode *n) { in calcLastPos() 344 void RBBITableBuilder::calcFollowPos(RBBINode *n) { in calcFollowPos() 389 void RBBITableBuilder::addRuleRootNodes(UVector *dest, RBBINode *node) { in addRuleRootNodes() 410 void RBBITableBuilder::calcChainedFollowPos(RBBINode *tree, RBBINode *endMarkNode) { in calcChainedFollowPos() 510 void RBBITableBuilder::bofFixup() { in bofFixup() [all …]
|
D | rbbirb.h | 39 class RBBITableBuilder; variable 172 RBBITableBuilder *fForwardTable; // State transition table, build time form.
|
D | rbbirb.cpp | 297 fForwardTable = new RBBITableBuilder(this, &fForwardTree, status); in build()
|
/external/cronet/third_party/icu/source/common/ |
D | rbbitblb.h | 43 class RBBITableBuilder : public UMemory { 45 RBBITableBuilder(RBBIRuleBuilder *rb, RBBINode **rootNode, UErrorCode &status); 46 ~RBBITableBuilder(); 195 RBBITableBuilder(const RBBITableBuilder &other) = delete; // forbid copying of this class 196 …RBBITableBuilder &operator=(const RBBITableBuilder &other) = delete; // forbid copying of this cla…
|
D | rbbitblb.cpp | 33 RBBITableBuilder::RBBITableBuilder(RBBIRuleBuilder *rb, RBBINode **rootNode, UErrorCode &status) : in RBBITableBuilder() function in RBBITableBuilder 51 RBBITableBuilder::~RBBITableBuilder() { in ~RBBITableBuilder() 68 void RBBITableBuilder::buildForwardTable() { in buildForwardTable() 205 void RBBITableBuilder::calcNullable(RBBINode *n) { in calcNullable() 252 void RBBITableBuilder::calcFirstPos(RBBINode *n) { in calcFirstPos() 298 void RBBITableBuilder::calcLastPos(RBBINode *n) { in calcLastPos() 344 void RBBITableBuilder::calcFollowPos(RBBINode *n) { in calcFollowPos() 389 void RBBITableBuilder::addRuleRootNodes(UVector *dest, RBBINode *node) { in addRuleRootNodes() 410 void RBBITableBuilder::calcChainedFollowPos(RBBINode *tree, RBBINode *endMarkNode) { in calcChainedFollowPos() 510 void RBBITableBuilder::bofFixup() { in bofFixup() [all …]
|
D | rbbirb.h | 39 class RBBITableBuilder; variable 172 RBBITableBuilder *fForwardTable; // State transition table, build time form.
|
D | rbbirb.cpp | 297 fForwardTable = new RBBITableBuilder(this, &fForwardTree, status); in build()
|
/external/icu/libicu/cts_headers/ |
D | rbbitblb.h | 43 class RBBITableBuilder : public UMemory { 45 RBBITableBuilder(RBBIRuleBuilder *rb, RBBINode **rootNode, UErrorCode &status); 46 ~RBBITableBuilder(); 195 RBBITableBuilder(const RBBITableBuilder &other) = delete; // forbid copying of this class 196 …RBBITableBuilder &operator=(const RBBITableBuilder &other) = delete; // forbid copying of this cla…
|
D | rbbirb.h | 39 class RBBITableBuilder; variable 172 RBBITableBuilder *fForwardTable; // State transition table, build time form.
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RBBIRuleBuilder.java | 65 RBBITableBuilder fForwardTable; // State transition tables 307 fForwardTable = new RBBITableBuilder(this, fForwardTree); in build()
|
D | RBBITableBuilder.java | 35 class RBBITableBuilder { class 95 RBBITableBuilder(RBBIRuleBuilder rb, int rootNodeIx) { in RBBITableBuilder() method in RBBITableBuilder
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RBBIRuleBuilder.java | 66 RBBITableBuilder fForwardTable; // State transition tables 308 fForwardTable = new RBBITableBuilder(this, fForwardTree); in build()
|
D | RBBITableBuilder.java | 36 class RBBITableBuilder { class 96 RBBITableBuilder(RBBIRuleBuilder rb, int rootNodeIx) { in RBBITableBuilder() method in RBBITableBuilder
|
/external/oss-fuzz/projects/dlplibs/ |
D | icu4c-ubsan.patch | 12 /* CAUTION: see RBBITableBuilder::getTableSize() */
|
/external/icu/icu4j/ |
D | coverage-exclusion.txt | 957 com/ibm/icu/text/RBBITableBuilder#printPosSets:(Lcom/ibm/icu/text/RBBINode;)V 958 com/ibm/icu/text/RBBITableBuilder#printRuleStatusTable:()V 959 com/ibm/icu/text/RBBITableBuilder#printSet:(Ljava/util/Collection;)V 960 com/ibm/icu/text/RBBITableBuilder#printStates:()V
|