OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHORTCUT_FILE_EXTENSION
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
Ver4DictDecoder.java
98
mDictDirectory.getName() + FormatSpec.
SHORTCUT_FILE_EXTENSION
152
+ FormatSpec.
SHORTCUT_FILE_EXTENSION
+ FormatSpec.LOOKUP_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
273
static final String
SHORTCUT_FILE_EXTENSION
= ".shortcut";
Ver4DictEncoder.java
205
super(name + FormatSpec.
SHORTCUT_FILE_EXTENSION
, initialCapacity,
207
new String[] { name + FormatSpec.
SHORTCUT_FILE_EXTENSION
},
Completed in 141 milliseconds