Searched defs:rootPrimaryIndexes (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationbuilder.h318 UVector32 rootPrimaryIndexes; member in class:CollationBuilder
H A Dcollationbuilder.cpp210 rootPrimaryIndexes(errorCode), nodes(errorCode) {
823 * (index into rootPrimaryIndexes)
826 binarySearchForRootPrimaryNode(const int32_t *rootPrimaryIndexes, int32_t length, argument
833 int64_t node = nodes[rootPrimaryIndexes[i]];
858 rootPrimaryIndexes.getBuffer(), rootPrimaryIndexes.size(), nodes.getBuffer(), p);
860 return rootPrimaryIndexes.elementAti(rootIndex);
865 rootPrimaryIndexes.insertElementAt(index, ~rootIndex, errorCode);
1394 for(int32_t rpi = 0; rpi < rootPrimaryIndexes.size(); ++rpi) {
1395 int32_t i = rootPrimaryIndexes
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationBuilder.java51 rootPrimaryIndexes = new UVector32();
584 * (index into rootPrimaryIndexes)
587 int[] rootPrimaryIndexes, int length, long[] nodes, long p) {
593 long node = nodes[rootPrimaryIndexes[i]];
614 rootPrimaryIndexes.getBuffer(), rootPrimaryIndexes.size(), nodes.getBuffer(), p);
616 return rootPrimaryIndexes.elementAti(rootIndex);
621 rootPrimaryIndexes.insertElementAt(index, ~rootIndex);
1139 for(int rpi = 0; rpi < rootPrimaryIndexes.size(); ++rpi) {
1140 int i = rootPrimaryIndexes
586 binarySearchForRootPrimaryNode( int[] rootPrimaryIndexes, int length, long[] nodes, long p) argument
1514 private UVector32 rootPrimaryIndexes; field in class:CollationBuilder
[all...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationBuilder.java47 rootPrimaryIndexes = new UVector32();
580 * (index into rootPrimaryIndexes)
583 int[] rootPrimaryIndexes, int length, long[] nodes, long p) {
589 long node = nodes[rootPrimaryIndexes[i]];
610 rootPrimaryIndexes.getBuffer(), rootPrimaryIndexes.size(), nodes.getBuffer(), p);
612 return rootPrimaryIndexes.elementAti(rootIndex);
617 rootPrimaryIndexes.insertElementAt(index, ~rootIndex);
1135 for(int rpi = 0; rpi < rootPrimaryIndexes.size(); ++rpi) {
1136 int i = rootPrimaryIndexes
582 binarySearchForRootPrimaryNode( int[] rootPrimaryIndexes, int length, long[] nodes, long p) argument
1510 private UVector32 rootPrimaryIndexes; field in class:CollationBuilder
[all...]

Completed in 62 milliseconds