Searched refs:cur_next (Results 1 – 2 of 2) sorted by relevance
108 char cur_next = i == text.size() - 1 ? '\0' : text[i + 1]; // Set guardian in AppendInternal() local110 if (cur == '{' && cur_next == '{') { // Enter token in AppendInternal()115 if (cur_next != '\0' && cur_next != '\n' && cur_next != '\r') { in AppendInternal()124 if (cur == '}' && cur_next == '}') { // Close token in AppendInternal()
1706 Next *cur_next = storage_->GetMutableNextArray(best_node->next_index(), in Insert() local1708 int next_len = GetValidNextsSize(cur_next, next_array_buffer_size); in Insert()1709 Next *new_next = cur_next; in Insert()1713 memcpy(new_next, cur_next, sizeof(Next) * next_len); in Insert()1724 if (new_next != cur_next) { in Insert()1738 storage_->FreeNextArray(cur_next, in Insert()