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

/packages/inputmethods/PinyinIME/jni/share/
H A Dspellingtrie.cpp436 const char *spelling_last_start = spelling_buf_ + spelling_size_ * item_start; local
437 char char_for_node = spelling_last_start[level];
462 spelling_last_start = spelling_buf_ + spelling_size_ * item_start;
463 char_for_node = spelling_last_start[level];
466 if (spelling_last_start[level + 1] != '\0')
489 if (spelling_last_start[level + 1] != '\0' || i - item_start_next > 1) {
491 if (spelling_last_start[level + 1] == '\0')
500 spelling_last_start[spelling_size_ - 1]);
507 spelling_last_start[spelling_size_ - 1]);
526 char ch_level0 = spelling_last_start[
[all...]

Completed in 232 milliseconds