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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
dict_file_writing_utils.h 31 static bool createEmptyDictFile(const char *const filePath, const int dictVersion,
dict_file_writing_utils.cpp 31 /* static */ bool DictFileWritingUtils::createEmptyDictFile(const char *const filePath,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableBinaryDictionary.java 250 BinaryDictionary.createEmptyDictFile(file.getAbsolutePath(),
548 BinaryDictionary.createEmptyDictFile(file.getAbsolutePath(),
BinaryDictionary.java 145 public static boolean createEmptyDictFile(final String filePath, final long dictVersion,
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryDecayingTests.java 83 if (BinaryDictionary.createEmptyDictFile(file.getAbsolutePath(),
BinaryDictionaryTests.java 57 if (BinaryDictionary.createEmptyDictFile(file.getAbsolutePath(),
    [all...]
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 73 return DictFileWritingUtils::createEmptyDictFile(filePathChars, static_cast<int>(dictVersion),

Completed in 70 milliseconds