Lines Matching refs:ASCII

982        expects its input to be either ASCII or UTF-8 (depending  on  the  run-
1170 ASCII codes only. If you add
1186 character code is ASCII (or Unicode, which is a superset of ASCII).
1197 The EBCDIC character that corresponds to an ASCII LF is assumed to have
1204 has the same value as in ASCII, namely, 0x0d. Whichever of 0x15 and
1960 supported in ASCII/Unicode environments are: 10 for LF, 13 for CR, 3338
2307 In an ASCII/Unicode environment, the Unicode newline sequences are the
2314 code for CR is 0x0d, the same as ASCII. However, the character code for
2368 \w, and some of the POSIX character classes. By default, only ASCII
2412 ASCII strings, even in 16-bit or 32-bit mode. As PCRE has developed,
2488 68 \c must be followed by an ASCII character
2640 applications. Normally, the internal tables recognize only ASCII char-
4888 character code rather than ASCII or Unicode (typically a mainframe sys-
4889 tem). In the sections below, character code values are ASCII or Uni-
4966 In a UTF mode, only ASCII numbers and letters have any special meaning
5003 sequences than the binary character it represents. In an ASCII or Uni-
5007 \cx "control-x", where x is any ASCII character
5020 The precise effect of \cx on ASCII characters is as follows: if x is a
5026 out non-ASCII characters in all modes.
5038 values as they do in an ASCII environment, though the meanings of the
5040 which is BEL in ASCII but DEL in EBCDIC.
5042 The sequence \? generates DEL (127, hex 7F) in an ASCII environment,
5083 \040 is another way of writing an ASCII space
5240 ASCII characters by default, these always match certain high-valued
5533 most base (ASCII) characters are excluded. (Universal Character Names
7700 \cx "control-x", where x is any ASCII character
7737 By default, \d, \s, and \w match only ASCII characters, even in UTF-8
7853 In PCRE, POSIX character set names recognize only ASCII characters by
9616 ASCII values. Note that REG_UTF8 is not part of the POSIX standard.