Home
last modified time | relevance | path

Searched refs:ref_separator (Results 1 – 1 of 1) sorted by relevance

/external/openscreen/third_party/mozilla/
Durl_parse.cc174 int* ref_separator) { in FindQueryAndRefParts() argument
186 if (*ref_separator < 0) { in FindQueryAndRefParts()
187 *ref_separator = i; in FindQueryAndRefParts()
213 int ref_separator = -1; // Index of the '#' in ParsePath() local
214 FindQueryAndRefParts(spec, path, &query_separator, &ref_separator); in ParsePath()
223 if (ref_separator >= 0) { in ParsePath()
224 file_end = query_end = ref_separator; in ParsePath()
225 *ref = MakeRange(ref_separator + 1, path_end); in ParsePath()