OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lma_num
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
dicttrie.cpp
800
size_t
lma_num
= 0;
local
813
size_t ch_pos =
lma_num
+ homo_pos;
820
if (
lma_num
+ homo_pos >= max_lma_buf - 1)
827
size_t ch_pos =
lma_num
+ homo_pos;
834
if (
lma_num
+ homo_pos >= max_lma_buf - 1)
839
lma_num
+= num_of_homo;
840
if (
lma_num
>= max_lma_buf) {
841
lma_num
= max_lma_buf;
845
return
lma_num
;
matrixsearch.cpp
1155
size_t
lma_num
;
local
[
all
...]
Completed in 126 milliseconds