Searched refs:rootPrimaryIndexes (Results 1 – 7 of 7) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | CollationBuilder.java | 54 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
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationBuilder.java | 50 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
|
/external/cronet/third_party/icu/source/i18n/ |
D | collationbuilder.cpp | 206 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()
|
D | collationbuilder.h | 322 UVector32 rootPrimaryIndexes; variable
|
/external/icu/icu4c/source/i18n/ |
D | collationbuilder.cpp | 206 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()
|
D | collationbuilder.h | 322 UVector32 rootPrimaryIndexes; variable
|
/external/icu/libicu/cts_headers/ |
D | collationbuilder.h | 322 UVector32 rootPrimaryIndexes; variable
|