Searched refs:spelling_arr (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/ |
| H A D | spellingtrie.cpp | 276 bool SpellingTrie::construct(const char* spelling_arr, size_t item_size, in construct() argument 279 if (spelling_arr == NULL) in construct() 288 if (spelling_arr != spelling_buf_) { in construct() 294 memcpy(spelling_buf_, spelling_arr, sizeof(char) * item_size * item_num); in construct()
|
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/ |
| H A D | spellingtrie.h | 171 bool construct(const char* spelling_arr, size_t item_size, size_t item_num,
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/ |
| H A D | spellingtrie.h | 171 bool construct(const char* spelling_arr, size_t item_size, size_t item_num,
|