Searched refs:is_szm_char (Results 1 – 3 of 3) sorted by relevance
193 bool is_szm_char(char ch) const;
191 bool SpellingTrie::is_szm_char(char ch) const { in is_szm_char() function in ime_pinyin::SpellingTrie518 if (level == 0 && is_szm_char(char_for_node)) { in construct_spellings_subset()