OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_shengmu_char
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/include/
spellingtrie.h
135
bool
is_shengmu_char
(char ch) const;
/packages/inputmethods/PinyinIME/jni/share/
spellingtrie.cpp
179
bool SpellingTrie::
is_shengmu_char
(char ch) const {
function in class:ime_pinyin::SpellingTrie
188
return
is_shengmu_char
(ch) || is_yunmu_char(ch);
198
if (
is_shengmu_char
(ch))
203
if (
is_shengmu_char
(ch))
357
if (
is_shengmu_char
(*spl_str)) {
Completed in 109 milliseconds