Searched refs:begin_offset (Results 1 – 2 of 2) sorted by relevance
113 int begin_offset = output->length(); in ConvertFromUTF16() local114 int dest_capacity = output->capacity() - begin_offset; in ConvertFromUTF16()119 char* dest = &output->data()[begin_offset]; in ConvertFromUTF16()123 output->set_length(begin_offset + required_capacity); in ConvertFromUTF16()129 output->Resize(begin_offset + dest_capacity); in ConvertFromUTF16()
71 int begin_offset, int str_len) { in CountConsecutiveSlashes() argument73 while (begin_offset + count < str_len && in CountConsecutiveSlashes()74 IsURLSlash(str[begin_offset + count])) in CountConsecutiveSlashes()