Home | History | Annotate | Download | only in url

Lines Matching full:escaped

15 //      + (allowed either escaped or unescaped, and unmodified)
16 // U (allowed escaped or unescaped but always unescaped if present in
17 // escaped form)
18 // E (allowed escaped or unescaped but always escaped if present in
20 // % (only allowed escaped in the input, will be unmodified).
35 // disallowed in the input, but they are all accepted escaped except for 0.
38 // Surprisingly, space is accepted in the input and always escaped.
42 // value to indicate that this character should be escaped. We are a little more
92 // the type holding them may be 16 bits. Escaped characters will be unescaped.
100 // * When the caller knows there is no non-ASCII or percent escaped
102 // canonicalized host since we know nothing weird can happen (escaped
127 // Invalid escaped character. There is nothing that can make this
128 // host valid. We append an escaped percent so the URL looks reasonable
140 // Invalid character, add it as percent-escaped and mark as failed.
144 // This character is valid but should be escaped.
167 // cannot be escaped after they are created.
261 // Yikes, we have escaped characters with wide input. The escaped
267 // very rare that host names have escaped characters, and it is relatively
282 // function will only get called if we either have escaped or non-ascii