Searched refs:arrange (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/PinyinIME/jni/include/
H A Dspellingtable.h81 // It always returns false if called after arrange() withtout a new
88 // It always returns false, when being called after arrange() withtout a new
101 // Do not call put_spelling() and contains() after arrange().
102 const char* arrange(size_t *item_size, size_t *spl_num);
/packages/inputmethods/PinyinIME/jni/share/
H A Dspellingtable.cpp217 const char* SpellingTable::arrange(size_t *item_size, size_t *spl_num) { function in class:ime_pinyin::SpellingTable
H A Dspellingtrie.cpp386 ym_buf = spl_table->arrange(&ym_item_size, &ym_num);
H A Ddictbuilder.cpp521 spl_buf = spl_table_->arrange(&spl_item_size, &spl_num);

Completed in 50 milliseconds