HomeSort by relevance Sort by last modified time
    Searched defs:rightIndex (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/
proximity_info.cpp 375 const int rightIndex = index + 1;
376 if (rightIndex < mInputLength && existsCharInProximityAt(rightIndex, currentChar)) {
  /external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
BIHNode.java 58 private int leftIndex, rightIndex;
71 rightIndex = r;
117 oc.write(rightIndex, "right_index", 0);
128 rightIndex = ic.readInt("right_index", 0);
209 for (int i = node.leftIndex; i <= node.rightIndex; i++) {
272 for (int i = node.leftIndex; i <= node.rightIndex; i++) {
391 // if ( (node.rightIndex - node.leftIndex) > minTrisPerNode){
399 for (int i = node.leftIndex; i <= node.rightIndex; i++) {

Completed in 58 milliseconds