OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copyBigramList
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
bigram_dict_content.h
88
bool
copyBigramList
(const int bigramListPos, const int toPos, int *const outTailEntryPos);
bigram_dict_content.cpp
127
bool BigramDictContent::
copyBigramList
(const int bigramListPos, const int toPos,
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/bigram/
ver4_bigram_list_policy.cpp
107
if (!mBigramDictContent->
copyBigramList
(bigramListPos, destPos, &tailEntryPos)) {
Completed in 152 milliseconds