Home
last modified time | relevance | path

Searched refs:rootPrimaryIndexes (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationBuilder.java50 rootPrimaryIndexes = new UVector32(); in CollationBuilder()
586 int[] rootPrimaryIndexes, int length, long[] nodes, long p) { in binarySearchForRootPrimaryNode() argument
592 long node = nodes[rootPrimaryIndexes[i]]; in binarySearchForRootPrimaryNode()
613 rootPrimaryIndexes.getBuffer(), rootPrimaryIndexes.size(), nodes.getBuffer(), p); in findOrInsertNodeForPrimary()
615 return rootPrimaryIndexes.elementAti(rootIndex); in findOrInsertNodeForPrimary()
620 rootPrimaryIndexes.insertElementAt(index, ~rootIndex); in findOrInsertNodeForPrimary()
1138 for(int rpi = 0; rpi < rootPrimaryIndexes.size(); ++rpi) {
1139 int i = rootPrimaryIndexes.elementAti(rpi);
1515 private UVector32 rootPrimaryIndexes; field in CollationBuilder
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationBuilder.java54 rootPrimaryIndexes = new UVector32(); in CollationBuilder()
590 int[] rootPrimaryIndexes, int length, long[] nodes, long p) { in binarySearchForRootPrimaryNode() argument
596 long node = nodes[rootPrimaryIndexes[i]]; in binarySearchForRootPrimaryNode()
617 rootPrimaryIndexes.getBuffer(), rootPrimaryIndexes.size(), nodes.getBuffer(), p); in findOrInsertNodeForPrimary()
619 return rootPrimaryIndexes.elementAti(rootIndex); in findOrInsertNodeForPrimary()
624 rootPrimaryIndexes.insertElementAt(index, ~rootIndex); in findOrInsertNodeForPrimary()
1142 for(int rpi = 0; rpi < rootPrimaryIndexes.size(); ++rpi) {
1143 int i = rootPrimaryIndexes.elementAti(rpi);
1519 private UVector32 rootPrimaryIndexes; field in CollationBuilder
/third_party/node/deps/icu-small/source/i18n/
Dcollationbuilder.cpp206 rootPrimaryIndexes(errorCode), nodes(errorCode) { in CollationBuilder()
833 binarySearchForRootPrimaryNode(const int32_t *rootPrimaryIndexes, int32_t length, in binarySearchForRootPrimaryNode() argument
840 int64_t node = nodes[rootPrimaryIndexes[i]]; in binarySearchForRootPrimaryNode()
865 rootPrimaryIndexes.getBuffer(), rootPrimaryIndexes.size(), nodes.getBuffer(), p); in findOrInsertNodeForPrimary()
867 return rootPrimaryIndexes.elementAti(rootIndex); in findOrInsertNodeForPrimary()
872 rootPrimaryIndexes.insertElementAt(index, ~rootIndex, errorCode); in findOrInsertNodeForPrimary()
1422 for(int32_t rpi = 0; rpi < rootPrimaryIndexes.size(); ++rpi) { in makeTailoredCEs()
1423 int32_t i = rootPrimaryIndexes.elementAti(rpi); in makeTailoredCEs()
Dcollationbuilder.h322 UVector32 rootPrimaryIndexes; variable
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationbuilder.cpp212 rootPrimaryIndexes(errorCode), nodes(errorCode) { in CollationBuilder()
827 binarySearchForRootPrimaryNode(const int32_t *rootPrimaryIndexes, int32_t length, in binarySearchForRootPrimaryNode() argument
834 int64_t node = nodes[rootPrimaryIndexes[i]]; in binarySearchForRootPrimaryNode()
859 rootPrimaryIndexes.getBuffer(), rootPrimaryIndexes.size(), nodes.getBuffer(), p); in findOrInsertNodeForPrimary()
861 return rootPrimaryIndexes.elementAti(rootIndex); in findOrInsertNodeForPrimary()
866 rootPrimaryIndexes.insertElementAt(index, ~rootIndex, errorCode); in findOrInsertNodeForPrimary()
1395 for(int32_t rpi = 0; rpi < rootPrimaryIndexes.size(); ++rpi) { in makeTailoredCEs()
1396 int32_t i = rootPrimaryIndexes.elementAti(rpi); in makeTailoredCEs()
Dcollationbuilder.h320 UVector32 rootPrimaryIndexes; variable
/third_party/icu/icu4c/source/i18n/
Dcollationbuilder.cpp206 rootPrimaryIndexes(errorCode), nodes(errorCode) { in CollationBuilder()
833 binarySearchForRootPrimaryNode(const int32_t *rootPrimaryIndexes, int32_t length, in binarySearchForRootPrimaryNode() argument
840 int64_t node = nodes[rootPrimaryIndexes[i]]; in binarySearchForRootPrimaryNode()
865 rootPrimaryIndexes.getBuffer(), rootPrimaryIndexes.size(), nodes.getBuffer(), p); in findOrInsertNodeForPrimary()
867 return rootPrimaryIndexes.elementAti(rootIndex); in findOrInsertNodeForPrimary()
872 rootPrimaryIndexes.insertElementAt(index, ~rootIndex, errorCode); in findOrInsertNodeForPrimary()
1401 for(int32_t rpi = 0; rpi < rootPrimaryIndexes.size(); ++rpi) { in makeTailoredCEs()
1402 int32_t i = rootPrimaryIndexes.elementAti(rpi); in makeTailoredCEs()
Dcollationbuilder.h322 UVector32 rootPrimaryIndexes; variable