HomeSort by relevance Sort by last modified time
    Searched refs:alloc_resource (Results 1 - 6 of 6) sorted by null

  /packages/inputmethods/PinyinIME/jni/include/
dictlist.h 51 bool alloc_resource(size_t buf_size, size_t scim_num);
dictbuilder.h 163 bool alloc_resource(size_t lma_num);
matrixsearch.h 249 bool alloc_resource();
  /packages/inputmethods/PinyinIME/jni/share/
dictlist.cpp 50 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_))
dictbuilder.cpp 175 bool DictBuilder::alloc_resource(size_t lma_num) { function in class:ime_pinyin::DictBuilder
383 if (!alloc_resource(lemma_num)) {
matrixsearch.cpp 70 bool MatrixSearch::alloc_resource() { function in class:ime_pinyin::MatrixSearch
127 if (!alloc_resource())
153 if (!alloc_resource())
    [all...]

Completed in 310 milliseconds