OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lma_num
(Results
1 - 5
of
5
) sorted by null
/packages/inputmethods/PinyinIME/jni/include/
dictbuilder.h
162
//
lma_num
is the number of items to be loaded
163
bool alloc_resource(size_t
lma_num
);
matrixsearch.h
363
// candidate 0. lma_from is from which lemma in lma_ids_,
lma_num
is the
367
bool add_lma_to_userdict(uint16 lma_from, uint16
lma_num
, float score);
/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
;
dictbuilder.cpp
175
bool DictBuilder::alloc_resource(size_t
lma_num
) {
176
if (0 ==
lma_num
)
181
lemma_num_ =
lma_num
;
matrixsearch.cpp
1155
size_t
lma_num
;
local
[
all
...]
Completed in 148 milliseconds