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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DFusionDictionary.java36 private static int CHARACTER_NOT_FOUND_INDEX = -1; field in class:FusionDictionary
417 while (CHARACTER_NOT_FOUND_INDEX != nodeIndex) {
429 if (CHARACTER_NOT_FOUND_INDEX == nodeIndex) {
562 * @return the position of the character if it's there, or CHARACTER_NOT_FOUND_INDEX = -1 else.
566 if (nodeArray.mData.size() <= insertionIndex) return CHARACTER_NOT_FOUND_INDEX;
568 : CHARACTER_NOT_FOUND_INDEX;
582 if (CHARACTER_NOT_FOUND_INDEX == indexOfGroup) return null;

Completed in 28 milliseconds