Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/source/common/
Drbbisetb.cpp172 if (rlRange->fIncludesSets->indexOf(usetNode) == -1) { in buildRanges()
173 rlRange->fIncludesSets->addElement(usetNode, *fStatus); in buildRanges()
203 if (rlRange->fIncludesSets->equals(*rlSearchRange->fIncludesSets)) { in buildRanges()
212 addValToSets(rlRange->fIncludesSets, fGroupCount+2); in buildRanges()
432 for (i=0; i<rlRange->fIncludesSets->size(); i++) { in printRanges()
433 RBBINode *usetNode = (RBBINode *)rlRange->fIncludesSets->elementAt(i); in printRanges()
472 for (i=0; i<rlRange->fIncludesSets->size(); i++) { in printRangeGroups()
473 RBBINode *usetNode = (RBBINode *)rlRange->fIncludesSets->elementAt(i); in printRangeGroups()
561 this->fIncludesSets = new UVector(status); in RangeDescriptor()
569 if (this->fIncludesSets == 0) { in RangeDescriptor()
[all …]
Drbbisetb.h46 UVector *fIncludesSets; // vector of the the original variable
/third_party/node/deps/icu-small/source/common/
Drbbisetb.cpp174 if (rlRange->fIncludesSets->indexOf(usetNode) == -1) { in buildRanges()
175 rlRange->fIncludesSets->addElement(usetNode, *fStatus); in buildRanges()
207 if (rlRange->fIncludesSets->equals(*rlSearchRange->fIncludesSets)) { in buildRanges()
221 addValToSets(rlRange->fIncludesSets, rlRange->fNum); in buildRanges()
234 addValToSets(rlRange->fIncludesSets, rlRange->fNum); in buildRanges()
470 for (i=0; i<rlRange->fIncludesSets->size(); i++) { in printRanges()
471 RBBINode *usetNode = (RBBINode *)rlRange->fIncludesSets->elementAt(i); in printRanges()
506 for (i=0; i<rlRange->fIncludesSets->size(); i++) { in printRangeGroups()
507 RBBINode *usetNode = (RBBINode *)rlRange->fIncludesSets->elementAt(i); in printRangeGroups()
594 fIncludesSets = new UVector(status);
[all …]
Drbbisetb.h49 UVector *fIncludesSets {nullptr}; // vector of the the original
/third_party/skia/third_party/externals/icu/source/common/
Drbbisetb.cpp174 if (rlRange->fIncludesSets->indexOf(usetNode) == -1) { in buildRanges()
175 rlRange->fIncludesSets->addElement(usetNode, *fStatus); in buildRanges()
207 if (rlRange->fIncludesSets->equals(*rlSearchRange->fIncludesSets)) { in buildRanges()
221 addValToSets(rlRange->fIncludesSets, rlRange->fNum); in buildRanges()
234 addValToSets(rlRange->fIncludesSets, rlRange->fNum); in buildRanges()
470 for (i=0; i<rlRange->fIncludesSets->size(); i++) { in printRanges()
471 RBBINode *usetNode = (RBBINode *)rlRange->fIncludesSets->elementAt(i); in printRanges()
506 for (i=0; i<rlRange->fIncludesSets->size(); i++) { in printRangeGroups()
507 RBBINode *usetNode = (RBBINode *)rlRange->fIncludesSets->elementAt(i); in printRangeGroups()
594 fIncludesSets = new UVector(status);
[all …]
Drbbisetb.h49 UVector *fIncludesSets {nullptr}; // vector of the the original
/third_party/icu/icu4c/source/common/
Drbbisetb.cpp174 if (rlRange->fIncludesSets->indexOf(usetNode) == -1) { in buildRanges()
175 rlRange->fIncludesSets->addElement(usetNode, *fStatus); in buildRanges()
207 if (rlRange->fIncludesSets->equals(*rlSearchRange->fIncludesSets)) { in buildRanges()
221 addValToSets(rlRange->fIncludesSets, rlRange->fNum); in buildRanges()
234 addValToSets(rlRange->fIncludesSets, rlRange->fNum); in buildRanges()
470 for (i=0; i<rlRange->fIncludesSets->size(); i++) { in printRanges()
471 RBBINode *usetNode = (RBBINode *)rlRange->fIncludesSets->elementAt(i); in printRanges()
506 for (i=0; i<rlRange->fIncludesSets->size(); i++) { in printRangeGroups()
507 RBBINode *usetNode = (RBBINode *)rlRange->fIncludesSets->elementAt(i); in printRangeGroups()
594 fIncludesSets = new UVector(status);
[all …]
Drbbisetb.h49 UVector *fIncludesSets {nullptr}; // vector of the the original
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DRBBISetBuilder.java47 List<RBBINode> fIncludesSets; // vector of the the original field in RBBISetBuilder.RangeDescriptor
53 fIncludesSets = new ArrayList<RBBINode>(); in RangeDescriptor()
60 fIncludesSets = new ArrayList<RBBINode>(other.fIncludesSets); in RangeDescriptor()
106 for (i=0; i<this.fIncludesSets.size(); i++) { in setDictionaryFlag()
107 RBBINode usetNode = fIncludesSets.get(i); in setDictionaryFlag()
219 if (rlRange.fIncludesSets.indexOf(usetNode) == -1) { in buildRanges()
220 rlRange.fIncludesSets.add(usetNode); in buildRanges()
247 if (rlRange.fIncludesSets.equals(rlSearchRange.fIncludesSets)) { in buildRanges()
256 addValToSets(rlRange.fIncludesSets, fGroupCount+2); in buildRanges()
453 for (i=0; i<rlRange.fIncludesSets.size(); i++) { in printRanges()
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBISetBuilder.java49 List<RBBINode> fIncludesSets; // vector of the the original field in RBBISetBuilder.RangeDescriptor
55 fIncludesSets = new ArrayList<>(); in RangeDescriptor()
64 fIncludesSets = new ArrayList<>(other.fIncludesSets); in RangeDescriptor()
100 for (int i=0; i<this.fIncludesSets.size(); i++) { in isDictionaryRange()
101 RBBINode usetNode = fIncludesSets.get(i); in isDictionaryRange()
212 if (rlRange.fIncludesSets.indexOf(usetNode) == -1) { in buildRanges()
213 rlRange.fIncludesSets.add(usetNode); in buildRanges()
242 if (rlRange.fIncludesSets.equals(rlSearchRange.fIncludesSets)) { in buildRanges()
256 addValToSets(rlRange.fIncludesSets, fGroupCount + 2); in buildRanges()
269 addValToSets(rlRange.fIncludesSets, rlRange.fNum); in buildRanges()
[all …]