Home
last modified time | relevance | path

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

/external/openscreen/third_party/mozilla/
Durl_parse.h266 bool IsAuthorityTerminator(char ch);
Durl_parse.cc60 if (IsAuthorityTerminator(spec[i])) in FindNextAuthorityTerminator()
794 bool IsAuthorityTerminator(char ch) { in IsAuthorityTerminator() function