Home
last modified time | relevance | path

Searched refs:ym_size_ (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dspellingtrie.h83 size_t ym_size_; // The size of longest Yunmu string, '\0'included. variable
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dspellingtrie.h83 size_t ym_size_; // The size of longest Yunmu string, '\0'included. variable
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dspellingtrie.cpp401 ym_size_ = ym_item_size; in build_ym_info()
722 if (strcmp(ym_buf_ + ym_size_ * pos, ym_str) == 0) in get_ym_id()