Searched refs:CHARACTER_NOT_FOUND_INDEX (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DFusionDictionary.java37 private static int CHARACTER_NOT_FOUND_INDEX = -1; field in class:FusionDictionary
487 while (CHARACTER_NOT_FOUND_INDEX != nodeIndex) {
499 if (CHARACTER_NOT_FOUND_INDEX == nodeIndex) {
630 * @return the position of the character if it's there, or CHARACTER_NOT_FOUND_INDEX = -1 else.
634 if (nodeArray.mData.size() <= insertionIndex) return CHARACTER_NOT_FOUND_INDEX;
636 : CHARACTER_NOT_FOUND_INDEX;
651 if (CHARACTER_NOT_FOUND_INDEX == indexOfGroup) return null;

Completed in 37 milliseconds