Home
last modified time | relevance | path

Searched refs:str_max (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Ddictlist.cpp287 uint16 str_max) { in get_lemma_str() argument
289 || str_max <= 1) in get_lemma_str()
294 if (i + 1 > str_max - 1) in get_lemma_str()
H A Dmatrixsearch.cpp1804 uint16 str_max) { in get_lemma_str() argument
1808 str_len = dict_trie_->get_lemma_str(id_lemma, str_buf, str_max); in get_lemma_str()
1811 str_len = user_dict_->get_lemma_str(id_lemma, str_buf, str_max); in get_lemma_str()
1817 if (str_max <= 1) in get_lemma_str()
1820 if (str_len > str_max - 1) in get_lemma_str()
1821 str_len = str_max - 1; in get_lemma_str()
H A Ddicttrie.cpp848 uint16 str_max) { in get_lemma_str() argument
849 return dict_list_->get_lemma_str(id_lemma, str_buf, str_max); in get_lemma_str()
H A Duserdict.cpp642 uint16 str_max) { in _get_lpis() argument
650 uint16 m = nchar < str_max -1 ? nchar : str_max - 1; in _get_lpis()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Ddictlist.h94 uint16 get_lemma_str(LemmaIdType id_hz, char16 *str_buf, uint16 str_max);
H A Datomdictbase.h151 uint16 str_max) = 0;
H A Ddicttrie.h194 uint16 get_lemma_str(LemmaIdType id_lemma, char16 *str_buf, uint16 str_max);
H A Dmatrixsearch.h293 uint16 get_lemma_str(LemmaIdType id_lemma, char16 *str_buf, uint16 str_max);
H A Duserdict.h58 uint16 str_max);
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Ddictlist.h94 uint16 get_lemma_str(LemmaIdType id_hz, char16 *str_buf, uint16 str_max);
H A Datomdictbase.h151 uint16 str_max) = 0;
H A Ddicttrie.h194 uint16 get_lemma_str(LemmaIdType id_lemma, char16 *str_buf, uint16 str_max);
H A Dmatrixsearch.h293 uint16 get_lemma_str(LemmaIdType id_lemma, char16 *str_buf, uint16 str_max);
H A Duserdict.h58 uint16 str_max);
/OK3568_Linux_fs/kernel/arch/powerpc/perf/
H A Dhv-24x7.c503 char *str, size_t str_max) in device_str_attr_create() argument
506 char *s = memdup_to_str(str, str_max, GFP_KERNEL); in device_str_attr_create()