Searched refs:last_offset (Results 1 – 1 of 1) sorted by relevance
41 size_t last_offset; member240 cache->last_offset = 0; in dom_reset_line_column_cache()257 size_t last_offset = cache->last_offset; in dom_find_line_and_column_using_cache() local261 while (last_offset < offset) { in dom_find_line_and_column_using_cache()268 last_offset++; in dom_find_line_and_column_using_cache()271 while (last_offset < offset) { in dom_find_line_and_column_using_cache()272 const lxb_char_t current = application_data->current_input_characters[last_offset]; in dom_find_line_and_column_using_cache()276 last_offset++; in dom_find_line_and_column_using_cache()284 last_offset++; in dom_find_line_and_column_using_cache()291 cache->last_offset = last_offset; in dom_find_line_and_column_using_cache()[all …]
Completed in 11 milliseconds