Searched defs:has_escaped (Results 1 - 2 of 2) sorted by relevance

/external/chromium/googleurl/src/
H A Durl_canon_host.cc101 // |has_escaped| will be true if there is a percent sign.
104 bool* has_non_ascii, bool* has_escaped) {
107 *has_escaped = false;
112 *has_escaped = true;
218 // UTF-16. The has_escaped flag should be set if the input string requires
221 bool has_non_ascii, bool has_escaped, CanonOutput* output) {
230 if (has_escaped) {
281 // the backend, so we just pass through. The has_escaped flag should be set if
284 bool has_non_ascii, bool has_escaped, CanonOutput* output) {
285 if (has_escaped) {
103 ScanHostname(const CHAR* spec, const url_parse::Component& host, bool* has_non_ascii, bool* has_escaped) argument
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...]
/external/chromium_org/url/
H A Durl_canon_host.cc76 // |has_escaped| will be true if there is a percent sign.
79 bool* has_non_ascii, bool* has_escaped) {
82 *has_escaped = false;
87 *has_escaped = true;
193 // UTF-16. The has_escaped flag should be set if the input string requires
196 bool has_non_ascii, bool has_escaped, CanonOutput* output) {
205 if (has_escaped) {
256 // the backend, so we just pass through. The has_escaped flag should be set if
259 bool has_non_ascii, bool has_escaped, CanonOutput* output) {
260 if (has_escaped) {
78 ScanHostname(const CHAR* spec, const url_parse::Component& host, bool* has_non_ascii, bool* has_escaped) argument
195 DoComplexHost(const char* host, int host_len, bool has_non_ascii, bool has_escaped, CanonOutput* output) argument
258 DoComplexHost(const base::char16* host, int host_len, bool has_non_ascii, bool has_escaped, CanonOutput* output) argument
300 bool has_non_ascii, has_escaped; local
[all...]

Completed in 121 milliseconds