Searched defs:char_current (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
H A Dspellingtrie.cpp444 char char_current = spelling_current[level]; local
445 if (char_current != char_for_node) {
447 char_for_node = char_current;
473 char char_current = spelling_current[level]; local
474 assert(is_valid_spl_char(char_current));
476 if (char_current != char_for_node) {
551 char_for_node = char_current;

Completed in 54 milliseconds