Home
last modified time | relevance | path

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

/external/chromium/googleurl/src/
Durl_canon_host.cc190 bool DoIDNHost(const char16* src, int src_len, CanonOutput* output) { in DoIDNHost() function
277 return DoIDNHost(utf16.data(), utf16.length(), output); in DoComplexHost()
310 return DoIDNHost(host, host_len, output); in DoComplexHost()