Lines Matching full:x20
381 if (c <= 0x20 || c >= 0x7f) {
546 if (c == '-' && i >= 3 && !needsHostNameDecoding && (q[-4] | 0x20) == 'x' && (q[-3] | 0x20) == 'n' && q[-2] == '-')
830 if (c <= 0x20 || c >= 0x7f) {
901 // check for characters <= 0x20 or >=0x7f, %-escape sequences of %7f, and xn--, these
907 if (c <= 0x20 || c == 0x7f) {
919 if (c == '-' && i >= 3 && (p[i - 3] | 0x20) == 'x' && (p[i - 2] | 0x20) == 'n' && p[i - 1] == '-') {