Searched refs:begin_offset (Results 1 – 5 of 5) sorted by relevance
125 int begin_offset = output->length(); in ConvertFromUTF16() local126 int dest_capacity = output->capacity() - begin_offset; in ConvertFromUTF16()131 char* dest = &output->data()[begin_offset]; in ConvertFromUTF16()135 output->set_length(begin_offset + required_capacity); in ConvertFromUTF16()141 output->Resize(begin_offset + dest_capacity); in ConvertFromUTF16()
50 int begin_offset, int str_len) { in CountConsecutiveSlashes() argument52 while (begin_offset + count < str_len && in CountConsecutiveSlashes()53 IsURLSlash(str[begin_offset + count])) in CountConsecutiveSlashes()
35 const lldb::offset_t begin_offset = *offset_ptr; in Extract() local36 m_offset = begin_offset; in Extract()52 return begin_offset != *offset_ptr; in Extract()
72 size_t begin_offset = *i; in LocateInlineIdenfitier() local98 *identifier = base::StringPiece(&input[begin_offset], in LocateInlineIdenfitier()99 end_offset - begin_offset); in LocateInlineIdenfitier()
577 begin_offset = ProcPagemap._offset(vma.begin)578 chunk_size = ProcPagemap._offset(vma.end) - begin_offset580 os.lseek(pagemap_fd, begin_offset, os.SEEK_SET)