Searched refs:spelling_last_start (Results 1 – 1 of 1) sorted by relevance
440 const char *spelling_last_start = spelling_buf_ + spelling_size_ * item_start; in construct_spellings_subset() local441 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 …]