Searched refs:str_max (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/ |
| H A D | dictlist.cpp | 287 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 D | matrixsearch.cpp | 1804 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 D | dicttrie.cpp | 848 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 D | userdict.cpp | 642 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 D | dictlist.h | 94 uint16 get_lemma_str(LemmaIdType id_hz, char16 *str_buf, uint16 str_max);
|
| H A D | atomdictbase.h | 151 uint16 str_max) = 0;
|
| H A D | dicttrie.h | 194 uint16 get_lemma_str(LemmaIdType id_lemma, char16 *str_buf, uint16 str_max);
|
| H A D | matrixsearch.h | 293 uint16 get_lemma_str(LemmaIdType id_lemma, char16 *str_buf, uint16 str_max);
|
| H A D | userdict.h | 58 uint16 str_max);
|
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/ |
| H A D | dictlist.h | 94 uint16 get_lemma_str(LemmaIdType id_hz, char16 *str_buf, uint16 str_max);
|
| H A D | atomdictbase.h | 151 uint16 str_max) = 0;
|
| H A D | dicttrie.h | 194 uint16 get_lemma_str(LemmaIdType id_lemma, char16 *str_buf, uint16 str_max);
|
| H A D | matrixsearch.h | 293 uint16 get_lemma_str(LemmaIdType id_lemma, char16 *str_buf, uint16 str_max);
|
| H A D | userdict.h | 58 uint16 str_max);
|
| /OK3568_Linux_fs/kernel/arch/powerpc/perf/ |
| H A D | hv-24x7.c | 503 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()
|