HomeSort by relevance Sort by last modified time
    Searched refs:szm_is_enabled (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/PinyinIME/jni/include/
spellingtrie.h 197 bool szm_is_enabled(char ch) const;
  /packages/inputmethods/PinyinIME/jni/share/
spellingtrie.cpp 125 if (szm_is_enabled(ch)) {
191 bool SpellingTrie::szm_is_enabled(char ch) const { function in class:ime_pinyin::SpellingTrie
601 if (level == 0 && szm_is_enabled(char_for_node)) {

Completed in 103 milliseconds