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

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

Completed in 128 milliseconds