OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:spl_table_
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
dictbuilder.cpp
167
spl_table_
= NULL;
200
spl_table_
= new SpellingTable();
204
NULL == scis_ || NULL ==
spl_table_
||
216
spl_table_
->init_table(kMaxPinyinSize, kSplTableHashLen, true);
347
if (NULL !=
spl_table_
)
348
delete
spl_table_
;
358
spl_table_
= NULL;
481
if (!
spl_table_
->put_spelling(lemma_arr_[i].pinyin_str[hz_pos],
521
spl_buf =
spl_table_
->arrange(&spl_item_size, &spl_num);
530
spl_table_
->get_score_amplifier()
[
all
...]
/packages/inputmethods/PinyinIME/jni/include/
dictbuilder.h
69
SpellingTable *
spl_table_
;
member in class:ime_pinyin::DictBuilder
Completed in 46 milliseconds