Home | History | Annotate | Download | only in url

Lines Matching full:character

20   // This character requires special handling in DoPartialPath. Doing this test
25 // This character must be escaped in the canonical output. Note that all
31 // This character must be unescaped in canonical output. Not valid with
36 // This character is disallowed in URLs. Note that the "special" bit is also
90 // character following that dot to see what it is. The return value
196 // Normal ASCII character or 8-bit input, use the lookup table.
254 // Invalid escaped character, copy it and remember the error.
260 // Valid escaped character but we should keep it escaped. We
264 // to the last character of the pair).
284 // This character should be escaped.
288 // Nothing special about this character, just append it.