HomeSort by relevance Sort by last modified time
    Searched full:spelling_current (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/PinyinIME/jni/share/
spellingtrie.cpp 443 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 46 milliseconds