Searched defs:str_max (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
H A Ddictlist.cpp287 uint16 str_max) {
289 || str_max <= 1)
294 if (i + 1 > str_max - 1)
286 get_lemma_str(LemmaIdType id_lemma, char16 *str_buf, uint16 str_max) argument
H A Duserdict.cpp610 uint16 str_max) {
618 uint16 m = nchar < str_max -1 ? nchar : str_max - 1;
609 get_lemma_str(LemmaIdType id_lemma, char16* str_buf, uint16 str_max) argument
H A Ddicttrie.cpp849 uint16 str_max) {
850 return dict_list_->get_lemma_str(id_lemma, str_buf, str_max);
848 get_lemma_str(LemmaIdType id_lemma, char16 *str_buf, uint16 str_max) argument
H A Dmatrixsearch.cpp1781 uint16 str_max) {
1785 str_len = dict_trie_->get_lemma_str(id_lemma, str_buf, str_max);
1788 str_len = user_dict_->get_lemma_str(id_lemma, str_buf, str_max);
1794 if (str_max <= 1)
1797 if (str_len > str_max - 1)
1798 str_len = str_max - 1;
1780 get_lemma_str(LemmaIdType id_lemma, char16 *str_buf, uint16 str_max) argument

Completed in 72 milliseconds