Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DBinaryDictionaryTests.java666 final int bigramCountPerIteration = 2000; in testUnigramAndBigramCount() local
685 for (int j = 0; j < bigramCountPerIteration; j++) { in testUnigramAndBigramCount()