Home
last modified time | relevance | path

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

/external/chromium/googleurl/src/
Durl_canon_host.cc138 bool DoSimpleHost(const INCHAR* host, in DoSimpleHost() function
195 DoSimpleHost(src, src_len, &url_escaped_host, &has_non_ascii); in DoIDNHost()
210 bool success = DoSimpleHost(wide_output.data(), in DoIDNHost()
236 if (!DoSimpleHost(host, host_len, output, &has_non_ascii)) { in DoComplexHost()
333 success = DoSimpleHost(&spec[host.begin], host.len, in DoHost()