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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/content/
probability_dict_content.h 43 : SingleDictContent(dictPath, Ver4DictConstants::FREQ_FILE_EXTENSION, isUpdatable),
probability_dict_content.cpp 94 Ver4DictConstants::FREQ_FILE_EXTENSION);
96 return flush(dictPath, Ver4DictConstants::FREQ_FILE_EXTENSION);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_dict_constants.h 39 static const char *const FREQ_FILE_EXTENSION;
ver4_dict_constants.cpp 33 const char *const Ver4DictConstants::FREQ_FILE_EXTENSION = ".freq";
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java 253 static final String FREQ_FILE_EXTENSION = ".freq";

Completed in 189 milliseconds