Home | History | Annotate | Download | only in i18n

Lines Matching refs:rootPrimaryIndexes

210           rootPrimaryIndexes(errorCode), nodes(errorCode) {
823 * (index into rootPrimaryIndexes)
826 binarySearchForRootPrimaryNode(const int32_t *rootPrimaryIndexes, int32_t length,
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.elementAti(rpi);