Lines Matching refs:digit
315 cbit_digit, -1, 0, /* digit */
405 string_pNd, /* digit */
420 string_PNd, /* ^digit */
524 "digit expected after (?+\0"
549 "group name must start with a non-digit\0"
566 0x04 decimal digit
567 0x08 hexadecimal digit
1202 Inside a character class, \ followed by a digit is always either a literal
1238 /* Handle a digit following \ when the number is not a back reference. If
1239 the first digit is 8 or 9, Perl used to generate a binary zero byte and
1240 then treat the digit as a following literal. At least by Perl 5.18 this
1245 /* Fall through with a digit less than 8 */
1248 larger first octal digit. The original code used just to take the least
3850 A user pointed out that PCRE was rejecting [:a[:digit:]] whereas Perl was not.
3852 external class. For example, [:a[:digit:]b:] matches "a", "b", ":", or
3853 a digit.
6952 *errorcodeptr = ERR84; /* Group name must start with non-digit */
7070 *errorcodeptr = ERR84; /* Group name must start with non-digit */
7756 or a digit. */