Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dspellingtrie.h193 bool is_szm_char(char ch) const;
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dspellingtrie.h193 bool is_szm_char(char ch) const;
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dspellingtrie.cpp191 bool SpellingTrie::is_szm_char(char ch) const { in is_szm_char() function in ime_pinyin::SpellingTrie
518 if (level == 0 && is_szm_char(char_for_node)) { in construct_spellings_subset()