Home
last modified time | relevance | path

Searched refs:NOTACHAR (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_ucd.c56 NOTACHAR,
57 0x0053, 0x0073, 0x017f, NOTACHAR,
58 0x01c4, 0x01c5, 0x01c6, NOTACHAR,
59 0x01c7, 0x01c8, 0x01c9, NOTACHAR,
60 0x01ca, 0x01cb, 0x01cc, NOTACHAR,
61 0x01f1, 0x01f2, 0x01f3, NOTACHAR,
63 0x00b5, 0x039c, 0x03bc, NOTACHAR,
64 0x03a3, 0x03c2, 0x03c3, NOTACHAR,
65 0x0392, 0x03b2, 0x03d0, NOTACHAR,
67 0x03a6, 0x03c6, 0x03d5, NOTACHAR,
[all …]
H A Dpcre_internal.h292 #define NOTACHAR 0xffffffff macro
1045 NOTACHAR
1075 CHAR_LF, CHAR_VT, CHAR_FF, CHAR_CR, CHAR_NEL, 0x2028, 0x2029, NOTACHAR
1105 CHAR_VT, CHAR_FF, CHAR_CR, CHAR_NEL, CHAR_LF, NOTACHAR
1108 CHAR_VT, CHAR_FF, CHAR_CR, CHAR_LF, CHAR_NEL, NOTACHAR
H A Dpcre_compile.c3063 pcre_uint32 c = NOTACHAR; in check_auto_possessive()
3161 if (utf && c != NOTACHAR && (options & PCRE_CASELESS) != 0) in check_auto_possessive()
3188 othercase = NOTACHAR; in check_auto_possessive()
3209 othercase = NOTACHAR; in check_auto_possessive()
3611 while (p[0] < NOTACHAR) in add_list_to_class()
3652 while (p[0] < NOTACHAR) in add_not_list_to_class()
3656 (p[1] == NOTACHAR) ? (utf ? 0x10ffffu : 0xffffffffu) : p[1] - 1); in add_not_list_to_class()
4364 PRIV(hspace_list), NOTACHAR); in compile_branch()
4374 PRIV(vspace_list), NOTACHAR); in compile_branch()

Completed in 49 milliseconds