Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DFormatSpec.java232 static final int MAX_BIGRAMS_IN_A_PTNODE = 10000; field in FormatSpec
/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()