Searched refs:calculate_size (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/PinyinIME/jni/include/
H A Ddictlist.h57 size_t calculate_size(const LemmaEntry *lemma_arr, size_t lemma_num);
62 // It should be called after calculate_size()
/packages/inputmethods/PinyinIME/jni/share/
H A Ddictlist.cpp97 size_t buf_size = calculate_size(lemma_arr, lemma_num);
113 size_t DictList::calculate_size(const LemmaEntry* lemma_arr, size_t lemma_num) { function in class:ime_pinyin::DictList

Completed in 50 milliseconds