Home
last modified time | relevance | path

Searched refs:spelling_last_start (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dspellingtrie.cpp440 const char *spelling_last_start = spelling_buf_ + spelling_size_ * item_start; in construct_spellings_subset() local
441 char char_for_node = spelling_last_start[level]; in construct_spellings_subset()
466 spelling_last_start = spelling_buf_ + spelling_size_ * item_start; in construct_spellings_subset()
467 char_for_node = spelling_last_start[level]; in construct_spellings_subset()
470 if (spelling_last_start[level + 1] != '\0') in construct_spellings_subset()
493 if (spelling_last_start[level + 1] != '\0' || i - item_start_next > 1) { in construct_spellings_subset()
495 if (spelling_last_start[level + 1] == '\0') in construct_spellings_subset()
504 spelling_last_start[spelling_size_ - 1]); in construct_spellings_subset()
511 spelling_last_start[spelling_size_ - 1]); in construct_spellings_subset()
530 char ch_level0 = spelling_last_start[0]; in construct_spellings_subset()
[all …]