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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictInputOutput.java1375 private static int[] sGetWordBuffer = new int[FormatSpec.MAX_WORD_LENGTH]; field in class:BinaryDictInputOutput
1398 sGetWordBuffer[index--] =
1405 return new String(sGetWordBuffer, index + 1, FormatSpec.MAX_WORD_LENGTH - index - 1);

Completed in 692 milliseconds