Lines Matching refs:next_terminator
56 TextChar* next_terminator) { in remapTerminators() argument
71 *next_terminator = x; in remapTerminators()
77 std::vector<TextIdx>* file_offset, TextChar* next_terminator) { in buildFullText() argument
88 if (false) remapTerminators(full_text, next_terminator); in buildFullText()
127 std::vector<TextIdx>* file_offset, TextChar* next_terminator) { in poisonData() argument
139 file[pos] = (*next_terminator)++; in poisonData()
149 std::vector<TextIdx>* invese_sa, TextChar* next_terminator, in cutMatch() argument
156 sa->at(i), length, data, file_map, file_offset, next_terminator); in cutMatch()
160 sa->at(index), length, data, file_map, file_offset, next_terminator); in cutMatch()
180 TextChar next_terminator = 256; in DM_generate() local
206 data.back().push_back(next_terminator++); in DM_generate()
227 buildFullText(&data, &full_text, &file_map, &file_offset, &next_terminator); in DM_generate()
231 static_cast<TextChar>(full_text.size()), next_terminator); in DM_generate()
297 &next_terminator, &file_map, &file_offset); in DM_generate()