Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictDecoderEncoderTests.java91 final int maxBigrams = Math.min(sWords.size(), FormatSpec.MAX_BIGRAMS_IN_A_PTNODE - 1); in BinaryDictDecoderEncoderTests() local
92 for (int i = 1; i < maxBigrams; ++i) { in BinaryDictDecoderEncoderTests()