HomeSort by relevance Sort by last modified time
    Searched refs:IsURLSlash (Results 1 - 5 of 5) sorted by null

  /external/chromium/googleurl/src/
url_file.h 57 while (idx < spec_len && !IsURLSlash(spec[idx]))
101 return IsURLSlash(text[start_offset]) && IsURLSlash(text[start_offset + 1]);
url_parse_internal.h 40 inline bool IsURLSlash(char16 ch) {
74 IsURLSlash(str[begin_offset + count]))
url_canon_path.cc 134 if (url_parse::IsURLSlash(spec[after_dot])) {
148 if (url_parse::IsURLSlash(spec[after_second_dot])) {
335 if (!url_parse::IsURLSlash(spec[path.begin]))
url_canon_relative.cc 79 return url_parse::IsURLSlash(spec[start_offset]) &&
316 if (url_parse::IsURLSlash(relative_url[path.begin])) {
url_parse.cc 515 if (IsURLSlash(spec[i])) {
648 return IsURLSlash(ch) || ch == '?' || ch == '#' || ch == ';';

Completed in 2418 milliseconds