Searched defs:begin_offset (Results 1 - 3 of 3) sorted by relevance

/external/chromium/googleurl/src/
H A Durl_parse_internal.h71 int begin_offset, int str_len) {
73 while (begin_offset + count < str_len &&
74 IsURLSlash(str[begin_offset + count]))
70 CountConsecutiveSlashes(const CHAR *str, int begin_offset, int str_len) argument
/external/chromium_org/url/
H A Durl_parse_internal.h46 int begin_offset, int str_len) {
48 while (begin_offset + count < str_len &&
49 IsURLSlash(str[begin_offset + count]))
45 CountConsecutiveSlashes(const CHAR *str, int begin_offset, int str_len) argument
/external/chromium_org/tools/gn/
H A Dstring_utils.cc70 size_t begin_offset = *i; local
96 *identifier = base::StringPiece(&input[begin_offset],
97 end_offset - begin_offset);

Completed in 435 milliseconds