OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bigrampos
(Results
1 - 1
of
1
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/bigram/
dynamic_bigram_list_policy.cpp
98
const int
bigramPos
= followBigramLinkAndGetCurrentBigramPtNodePos(originalBigramPos);
99
if (
bigramPos
== NOT_A_DICT_POS) {
104
if (!BigramListReadWriteUtils::createAndWriteBigramEntry(bufferToWrite,
bigramPos
,
329
const int
bigramPos
= followBigramLinkAndGetCurrentBigramPtNodePos(originalBigramPos);
330
if (
bigramPos
!= bigramTargetPos) {
Completed in 144 milliseconds