Searched refs:spelling_current (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
H A Dspellingtrie.cpp443 const char *spelling_current = spelling_buf_ + spelling_size_ * i; local
444 char char_current = spelling_current[level];
472 const char *spelling_current = spelling_buf_ + spelling_size_ * i; local
473 char char_current = spelling_current[level];
550 spelling_last_start = spelling_current;
554 if (spelling_current[level + 1] != '\0')

Completed in 24 milliseconds