Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/url/
H A Durl_canon_host.cc446 bool DoHostSubstring(const CHAR* spec, in DoHostSubstring() function
534 success = DoHostSubstring<CHAR, UCHAR>(spec, host, &output); in DoHost()
672 return DoHostSubstring<char, unsigned char>(spec, host, output); in CanonicalizeHostSubstring()
678 return DoHostSubstring<char16_t, char16_t>(spec, host, output); in CanonicalizeHostSubstring()