/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | RBBISetBuilder.java | 109 RBBINode setRef = usetNode.fParent; in setDictionaryFlag() local 110 if (setRef != null) { in setDictionaryFlag() 111 RBBINode varRef = setRef.fParent; in setDictionaryFlag() 456 RBBINode setRef = usetNode.fParent; in printRanges() local 457 if (setRef != null) { in printRanges() 458 RBBINode varRef = setRef.fParent; in printRanges() 497 RBBINode setRef = usetNode.fParent; in printRangeGroups() local 498 if (setRef != null) { in printRangeGroups() 499 RBBINode varRef = setRef.fParent; in printRangeGroups() 538 RBBINode setRef; in printSets() local [all …]
|
D | RBBINode.java | 25 static final int setRef = 0; field in RBBINode 227 Assert.assrt(fType != setRef); 230 if (fLeftChild.fType == setRef) { 242 if (fRightChild.fType == setRef) {
|
D | RBBIRuleScanner.java | 371 n = pushNewNode(RBBINode.setRef); in doParseActions() 383 n = pushNewNode(RBBINode.setRef); in doParseActions() 1087 n = pushNewNode(RBBINode.setRef); in scanSet()
|
D | RBBISymbolTable.java | 69 if (exprNode.fType == RBBINode.setRef) { in lookup()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RBBISetBuilder.java | 103 RBBINode setRef = usetNode.fParent; in isDictionaryRange() local 104 if (setRef != null) { in isDictionaryRange() 105 RBBINode varRef = setRef.fParent; in isDictionaryRange() 495 RBBINode setRef = usetNode.fParent; in printRanges() local 496 if (setRef != null) { in printRanges() 497 RBBINode varRef = setRef.fParent; in printRanges() 532 RBBINode setRef = usetNode.fParent; in printRangeGroups() local 533 if (setRef != null) { in printRangeGroups() 534 RBBINode varRef = setRef.fParent; in printRangeGroups() 573 RBBINode setRef; in printSets() local [all …]
|
D | RBBINode.java | 24 static final int setRef = 0; field in RBBINode 226 Assert.assrt(fType != setRef); 229 if (fLeftChild.fType == setRef) { 241 if (fRightChild.fType == setRef) {
|
D | RBBIRuleScanner.java | 370 n = pushNewNode(RBBINode.setRef); in doParseActions() 382 n = pushNewNode(RBBINode.setRef); in doParseActions() 1087 n = pushNewNode(RBBINode.setRef); in scanSet()
|
D | RBBISymbolTable.java | 68 if (exprNode.fType == RBBINode.setRef) { in lookup()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | rbbisetb.cpp | 435 RBBINode *setRef = usetNode->fParent; in printRanges() local 436 if (setRef != NULL) { in printRanges() 437 RBBINode *varRef = setRef->fParent; in printRanges() 475 RBBINode *setRef = usetNode->fParent; in printRangeGroups() local 476 if (setRef != NULL) { in printRangeGroups() 477 RBBINode *varRef = setRef->fParent; in printRangeGroups() 515 RBBINode *setRef; in printSets() local 526 setRef = usetNode->fParent; in printSets() 527 if (setRef != NULL) { in printSets() 528 varRef = setRef->fParent; in printSets() [all …]
|
D | rbbinode.cpp | 120 case setRef: in ~RBBINode() 227 U_ASSERT(fType != setRef); in flattenSets() 230 if (fLeftChild->fType==setRef) { in flattenSets() 243 if (fRightChild->fType==setRef) { in flattenSets()
|
D | rbbinode.h | 31 setRef, enumerator
|
D | rbbiscan.cpp | 469 n = pushNewNode(RBBINode::setRef); in doParseActions() 483 n = pushNewNode(RBBINode::setRef); in doParseActions() 1259 n = pushNewNode(RBBINode::setRef); in scanSet()
|
D | rbbistbl.cpp | 88 if (exprNode->fType == RBBINode::setRef) { in lookup()
|
/third_party/node/deps/icu-small/source/common/ |
D | rbbisetb.cpp | 473 RBBINode *setRef = usetNode->fParent; in printRanges() local 474 if (setRef != nullptr) { in printRanges() 475 RBBINode *varRef = setRef->fParent; in printRanges() 509 RBBINode *setRef = usetNode->fParent; in printRangeGroups() local 510 if (setRef != NULL) { in printRangeGroups() 511 RBBINode *varRef = setRef->fParent; in printRangeGroups() 549 RBBINode *setRef; in printSets() local 560 setRef = usetNode->fParent; in printSets() 561 if (setRef != NULL) { in printSets() 562 varRef = setRef->fParent; in printSets() [all …]
|
D | rbbinode.cpp | 120 case setRef: in ~RBBINode() 227 U_ASSERT(fType != setRef); in flattenSets() 230 if (fLeftChild->fType==setRef) { in flattenSets() 243 if (fRightChild->fType==setRef) { in flattenSets()
|
D | rbbinode.h | 31 setRef, enumerator
|
D | rbbistbl.cpp | 88 if (exprNode->fType == RBBINode::setRef) { in lookup()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | rbbisetb.cpp | 473 RBBINode *setRef = usetNode->fParent; in printRanges() local 474 if (setRef != nullptr) { in printRanges() 475 RBBINode *varRef = setRef->fParent; in printRanges() 509 RBBINode *setRef = usetNode->fParent; in printRangeGroups() local 510 if (setRef != NULL) { in printRangeGroups() 511 RBBINode *varRef = setRef->fParent; in printRangeGroups() 549 RBBINode *setRef; in printSets() local 560 setRef = usetNode->fParent; in printSets() 561 if (setRef != NULL) { in printSets() 562 varRef = setRef->fParent; in printSets() [all …]
|
D | rbbinode.cpp | 120 case setRef: in ~RBBINode() 227 U_ASSERT(fType != setRef); in flattenSets() 230 if (fLeftChild->fType==setRef) { in flattenSets() 243 if (fRightChild->fType==setRef) { in flattenSets()
|
D | rbbinode.h | 31 setRef, enumerator
|
D | rbbistbl.cpp | 88 if (exprNode->fType == RBBINode::setRef) { in lookup()
|
/third_party/icu/icu4c/source/common/ |
D | rbbisetb.cpp | 473 RBBINode *setRef = usetNode->fParent; in printRanges() local 474 if (setRef != nullptr) { in printRanges() 475 RBBINode *varRef = setRef->fParent; in printRanges() 509 RBBINode *setRef = usetNode->fParent; in printRangeGroups() local 510 if (setRef != NULL) { in printRangeGroups() 511 RBBINode *varRef = setRef->fParent; in printRangeGroups() 549 RBBINode *setRef; in printSets() local 560 setRef = usetNode->fParent; in printSets() 561 if (setRef != NULL) { in printSets() 562 varRef = setRef->fParent; in printSets() [all …]
|
D | rbbinode.cpp | 120 case setRef: in ~RBBINode() 227 U_ASSERT(fType != setRef); in flattenSets() 230 if (fLeftChild->fType==setRef) { in flattenSets() 243 if (fRightChild->fType==setRef) { in flattenSets()
|
D | rbbinode.h | 31 setRef, enumerator
|
D | rbbistbl.cpp | 88 if (exprNode->fType == RBBINode::setRef) { in lookup()
|