Searched defs:alloc_resource (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
H A Ddictlist.cpp50 bool DictList::alloc_resource(size_t buf_size, size_t scis_num) { function in class:ime_pinyin::DictList
101 if (!alloc_resource(buf_size, scis_num))
430 if (!alloc_resource(start_pos_[kMaxLemmaSize], scis_num_))
H A Ddictbuilder.cpp175 bool DictBuilder::alloc_resource(size_t lma_num) { function in class:ime_pinyin::DictBuilder
383 if (!alloc_resource(lemma_num)) {
H A Dmatrixsearch.cpp70 bool MatrixSearch::alloc_resource() { function in class:ime_pinyin::MatrixSearch
127 if (!alloc_resource())
153 if (!alloc_resource())

Completed in 158 milliseconds