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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictDecoderUtils.java 406 * Helper method to pass a file name instead of a File object to isBinaryDictionary.
408 public static boolean isBinaryDictionary(final String filename) {
410 return isBinaryDictionary(file);
419 public static boolean isBinaryDictionary(final File file) {
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DictionaryMaker.java 148 } else if (BinaryDictDecoderUtils.isBinaryDictionary(argValue)) {
173 if (BinaryDictDecoderUtils.isBinaryDictionary(arg)) {
BinaryDictOffdeviceUtils.java 140 if (BinaryDictDecoderUtils.isBinaryDictionary(dst)

Completed in 299 milliseconds