OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DoIDNHost
(Results
1 - 2
of
2
) sorted by null
/external/chromium/googleurl/src/
url_canon_host.cc
190
bool
DoIDNHost
(const char16* src, int src_len, CanonOutput* output) {
277
return
DoIDNHost
(utf16.data(), utf16.length(), output);
310
return
DoIDNHost
(host, host_len, output);
/external/chromium_org/url/
url_canon_host.cc
165
bool
DoIDNHost
(const base::char16* src, int src_len, CanonOutput* output) {
252
return
DoIDNHost
(utf16.data(), utf16.length(), output);
285
return
DoIDNHost
(host, host_len, output);
Completed in 26 milliseconds