Searched refs:has_non_ascii (Results 1 - 1 of 1) sorted by relevance

/external/chromium/googleurl/src/
H A Durl_canon_host.cc100 // |has_non_ascii| will be true if there are any non-7-bit characters, and
104 bool* has_non_ascii, bool* has_escaped) {
106 *has_non_ascii = false;
110 *has_non_ascii = true;
120 // The |*has_non_ascii| flag will be true if there are non-7-bit characters in
129 // with suspicion at this point). It does not use the |has_non_ascii| flag.
134 // |*has_non_ascii| flag.
141 bool* has_non_ascii) {
142 *has_non_ascii = false;
182 *has_non_ascii
103 ScanHostname(const CHAR* spec, const url_parse::Component& host, bool* has_non_ascii, bool* has_escaped) argument
138 DoSimpleHost(const INCHAR* host, int host_len, CanonOutputT<OUTCHAR>* output, bool* has_non_ascii) argument
194 bool has_non_ascii; local
220 DoComplexHost(const char* host, int host_len, bool has_non_ascii, bool has_escaped, CanonOutput* output) argument
283 DoComplexHost(const char16* host, int host_len, bool has_non_ascii, bool has_escaped, CanonOutput* output) argument
325 bool has_non_ascii, has_escaped; local
[all...]

Completed in 110 milliseconds