Searched refs:rootPrimaryIndexes (Results 1 - 4 of 4) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
H A D | CollationBuilder.java | 54 rootPrimaryIndexes = new UVector32(); 587 * (index into rootPrimaryIndexes) 590 int[] rootPrimaryIndexes, int length, long[] nodes, long p) { 596 long node = nodes[rootPrimaryIndexes[i]]; 617 rootPrimaryIndexes.getBuffer(), rootPrimaryIndexes.size(), nodes.getBuffer(), p); 619 return rootPrimaryIndexes.elementAti(rootIndex); 624 rootPrimaryIndexes.insertElementAt(index, ~rootIndex); 1142 for(int rpi = 0; rpi < rootPrimaryIndexes.size(); ++rpi) { 1143 int i = rootPrimaryIndexes 589 binarySearchForRootPrimaryNode( int[] rootPrimaryIndexes, int length, long[] nodes, long p) argument 1519 private UVector32 rootPrimaryIndexes; field in class:CollationBuilder [all...] |
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationBuilder.java | 50 rootPrimaryIndexes = new UVector32(); 583 * (index into rootPrimaryIndexes) 586 int[] rootPrimaryIndexes, int length, long[] nodes, long p) { 592 long node = nodes[rootPrimaryIndexes[i]]; 613 rootPrimaryIndexes.getBuffer(), rootPrimaryIndexes.size(), nodes.getBuffer(), p); 615 return rootPrimaryIndexes.elementAti(rootIndex); 620 rootPrimaryIndexes.insertElementAt(index, ~rootIndex); 1138 for(int rpi = 0; rpi < rootPrimaryIndexes.size(); ++rpi) { 1139 int i = rootPrimaryIndexes 585 binarySearchForRootPrimaryNode( int[] rootPrimaryIndexes, int length, long[] nodes, long p) argument 1515 private UVector32 rootPrimaryIndexes; field in class:CollationBuilder [all...] |
/external/icu/icu4c/source/i18n/ |
H A D | collationbuilder.cpp | 212 rootPrimaryIndexes(errorCode), nodes(errorCode) { 825 * (index into rootPrimaryIndexes) 828 binarySearchForRootPrimaryNode(const int32_t *rootPrimaryIndexes, int32_t length, argument 835 int64_t node = nodes[rootPrimaryIndexes[i]]; 860 rootPrimaryIndexes.getBuffer(), rootPrimaryIndexes.size(), nodes.getBuffer(), p); 862 return rootPrimaryIndexes.elementAti(rootIndex); 867 rootPrimaryIndexes.insertElementAt(index, ~rootIndex, errorCode); 1396 for(int32_t rpi = 0; rpi < rootPrimaryIndexes.size(); ++rpi) { 1397 int32_t i = rootPrimaryIndexes [all...] |
H A D | collationbuilder.h | 320 UVector32 rootPrimaryIndexes; member in class:CollationBuilder
|
Completed in 72 milliseconds