OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIGRAM_FREQ_CONTENT_ID
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java
287
static final String
BIGRAM_FREQ_CONTENT_ID
= "_freq";
Ver4DictDecoder.java
95
+ FormatSpec.
BIGRAM_FREQ_CONTENT_ID
);
144
+ FormatSpec.
BIGRAM_FREQ_CONTENT_ID
);
Ver4DictEncoder.java
142
contentIds = new String[] { FormatSpec.
BIGRAM_FREQ_CONTENT_ID
,
145
contentIds = new String[] { FormatSpec.
BIGRAM_FREQ_CONTENT_ID
};
Completed in 48 milliseconds