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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DFusionDictionary.java350 if (ARRAYS_ARE_EQUAL != differentCharIndex
432 private static int ARRAYS_ARE_EQUAL = 0; field in class:FusionDictionary
441 * The index where the strings differ is returned. ARRAYS_ARE_EQUAL = 0 is returned if the
447 * @return the index at which the strings differ, or ARRAYS_ARE_EQUAL = 0 if they don't.
457 return ARRAYS_ARE_EQUAL;

Completed in 30 milliseconds