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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
Ver4DictDecoder.java 143 + FormatSpec.BIGRAM_FILE_EXTENSION + FormatSpec.CONTENT_TABLE_FILE_SUFFIX
154 + FormatSpec.SHORTCUT_FILE_EXTENSION + FormatSpec.CONTENT_TABLE_FILE_SUFFIX
157 + FormatSpec.SHORTCUT_FILE_EXTENSION + FormatSpec.CONTENT_TABLE_FILE_SUFFIX
FormatSpec.java 275 static final String CONTENT_TABLE_FILE_SUFFIX = "_index";
Ver4DictEncoder.java 89 name + FormatSpec.CONTENT_TABLE_FILE_SUFFIX + contentIds[i]);

Completed in 682 milliseconds