Home | History | Annotate | Download | only in src

Lines Matching full:escaped

40 //      + (allowed either escaped or unescaped, and unmodified)
41 // U (allowed escaped or unescaped but always unescaped if present in
42 // escaped form)
43 // E (allowed escaped or unescaped but always escaped if present in
45 // % (only allowed escaped in the input, will be unmodified).
60 // disallowed in the input, but they are all accepted escaped except for 0.
63 // Surprisingly, space is accepted in the input and always escaped.
67 // value to indicate that this character should be escaped. We are a little more
117 // the type holding them may be 16 bits. Escaped characters will be unescaped.
125 // * When the caller knows there is no non-ASCII or percent escaped
127 // canonicalized host since we know nothing weird can happen (escaped
152 // Invalid escaped character. There is nothing that can make this
153 // host valid. We append an escaped percent so the URL looks reasonable
165 // Invalid character, add it as percent-escaped and mark as failed.
169 // This character is valid but should be escaped.
192 // cannot be escaped after they are created.
286 // Yikes, we have escaped characters with wide input. The escaped
292 // very rare that host names have escaped characters, and it is relatively
307 // function will only get called if we either have escaped or non-ascii