Lines Matching refs:ch
49 // For half ids of Zh/Ch/Sh, map to z/c/s (low case) respectively.
109 // spelling, including Shengmu and Yunmu), or id of zh/ch/sh.
134 // The caller should guarantee ch >= 'A' && ch <= 'Z'
135 bool is_shengmu_char(char ch) const;
137 // The caller should guarantee ch >= 'A' && ch <= 'Z'
138 bool is_yunmu_char(char ch) const;
157 inline static bool is_valid_spl_char(char ch) {
158 return (ch >= 'a' && ch <= 'z') || (ch >= 'A' && ch <= 'Z');
192 // The caller should guarantee that ch >= 'A' && ch <= 'Z'
193 bool is_szm_char(char ch) const;
196 // The caller should guarantee that ch >= 'A' && ch <= 'Z'
197 bool szm_is_enabled(char ch) const;
207 // The caller should guarantee ch >= 'A' && ch <= 'Z'
208 bool is_szm_enabled(char ch) const;
224 // But for "Zh, Ch, Sh", if fussy mode is on, half id for 'Z' is compatible