HomeSort by relevance Sort by last modified time
    Searched refs:MAX_BIGRAMS_IN_A_PTNODE (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
Ver2DictDecoder.java 83 while (bigramCount++ < FormatSpec.MAX_BIGRAMS_IN_A_PTNODE) {
244 if (bigrams.size() >= FormatSpec.MAX_BIGRAMS_IN_A_PTNODE) {
246 + " but max is " + FormatSpec.MAX_BIGRAMS_IN_A_PTNODE + ")");
BinaryDictDecoderEncoderTests.java 91 final int maxBigrams = Math.min(sWords.size(), FormatSpec.MAX_BIGRAMS_IN_A_PTNODE - 1);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java 295 static final int MAX_BIGRAMS_IN_A_PTNODE = 10000;

Completed in 294 milliseconds