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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
MakedictLog.java 22 public class MakedictLog {
BinaryDictEncoderUtils.java 40 private static final boolean DBG = MakedictLog.DBG;
215 MakedictLog.i("Counted nodes : " + treeSize);
415 MakedictLog.i("Compressing the array addresses. Original size : " + offset);
416 MakedictLog.i("(Recursively seen size : " + offset + ")");
441 MakedictLog.i("Compression complete in " + passes + " passes.");
442 MakedictLog.i("After address compression : "
580 MakedictLog.e("Unigram freq is superior to bigram freq for \"" + word
    [all...]
BinaryDictIOUtils.java 93 MakedictLog.d("read: address=" + p.mAddress + ", numOfPtNode=" +
FusionDictionary.java 34 private static final boolean DBG = MakedictLog.DBG;
337 MakedictLog.w("Ignoring a word that is too long: word.length = " + word.length);
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DictionaryMaker.java 25 import com.android.inputmethod.latin.makedict.MakedictLog;
98 MakedictLog.i(getHelp());

Completed in 691 milliseconds