OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lma_current
(Results
1 - 1
of
1
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
dictbuilder.cpp
786
LemmaEntry *
lma_current
= lemma_arr + i;
local
787
uint16 spl_idx_current =
lma_current
->spl_idx_arr[level];
859
LemmaEntry*
lma_current
= lemma_arr_ + i;
local
860
uint16 spl_idx_current =
lma_current
->spl_idx_arr[level];
863
if (
lma_current
->spl_idx_arr[level + 1] == 0)
924
lma_last_start =
lma_current
;
928
if (
lma_current
->spl_idx_arr[level + 1] == 0)
Completed in 29 milliseconds