OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lemma_arr_
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
dictbuilder.cpp
148
lemma_arr_
= NULL;
182
lemma_arr_
= new LemmaEntry[lemma_num_];
203
if (NULL ==
lemma_arr_
|| NULL == top_lmas_ ||
211
memset(
lemma_arr_
, 0, sizeof(LemmaEntry) * lemma_num_);
291
if (NULL ==
lemma_arr_
)
296
top_lmas_[0] =
lemma_arr_
[pos];
301
if (
lemma_arr_
[pos].freq > top_lmas_[top_lmas_num_ - 1].freq) {
310
top_lmas_[move_pos - 2].freq >
lemma_arr_
[pos].freq)) {
315
top_lmas_[move_pos - 1] =
lemma_arr_
[pos];
317
top_lmas_[top_lmas_num_] =
lemma_arr_
[pos]
[
all
...]
/packages/inputmethods/PinyinIME/jni/include/
dictbuilder.h
39
LemmaEntry *
lemma_arr_
;
member in class:ime_pinyin::DictBuilder
126
// lemma buffer
lemma_arr_
.
Completed in 444 milliseconds