Home
last modified time | relevance | path

Searched refs:runCounts (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictEncoderUtils.java796 final int[] runCounts = new int[maxRuns + 1]; in showStatistics() local
800 ++runCounts[ptNode.mChars.length]; in showStatistics()