Home
last modified time | relevance | path

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

/PHP-5.6/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.h302 #define NOTACHAR 0xffffffff macro
994 NOTACHAR
1024 CHAR_LF, CHAR_VT, CHAR_FF, CHAR_CR, CHAR_NEL, 0x2028, 0x2029, NOTACHAR
1044 #define HSPACE_LIST CHAR_HT, CHAR_SPACE, CHAR_NBSP, NOTACHAR
1055 CHAR_VT, CHAR_FF, CHAR_CR, CHAR_NEL, CHAR_LF, NOTACHAR
1058 CHAR_VT, CHAR_FF, CHAR_CR, CHAR_LF, CHAR_NEL, NOTACHAR
H A Dpcre_compile.c2996 list[3] = NOTACHAR; in get_chr_property_list()
3019 list[3] = NOTACHAR; in get_chr_property_list()
3021 list[4] = NOTACHAR; in get_chr_property_list()
3051 while(*clist_src++ != NOTACHAR); in get_chr_property_list()
3501 while(*ochr_ptr != NOTACHAR); in compare_opcodes()
3512 while(*ochr_ptr != NOTACHAR); in compare_opcodes()
3629 while(*chr_ptr != NOTACHAR); in compare_opcodes()
4369 while (p[0] < NOTACHAR) in add_list_to_class()
4410 while (p[0] < NOTACHAR) in add_not_list_to_class()
5214 PRIV(hspace_list), NOTACHAR); in compile_branch()
[all …]
H A Dpcre_study.c934 while ((c = *p++) < NOTACHAR) in set_start_bits()
H A Dpcre_jit_compile.c3519 if (SLJIT_UNLIKELY(chr == NOTACHAR)) in scan_prefix()
3533 if (chars[0] == NOTACHAR && chars[1] == 0) in scan_prefix()
3535 if (chars[0] == NOTACHAR) in scan_prefix()
3592 chars[i << 1] = NOTACHAR; in fast_forward_first_n_chars()
4843 while (*other_cases != NOTACHAR) in compile_xclass_matchingpath()
5142 …SLJIT_ASSERT(other_cases[0] != NOTACHAR && other_cases[1] != NOTACHAR && other_cases[2] != NOTACHA… in compile_xclass_matchingpath()
5172 …OP_FLAGS(SLJIT_OR | ((other_cases[3] == NOTACHAR) ? SLJIT_SET_E : 0), TMP2, 0, TMP2, 0, SLJIT_EQUA… in compile_xclass_matchingpath()
5182 while (*other_cases != NOTACHAR) in compile_xclass_matchingpath()
5185 …OP_FLAGS(SLJIT_OR | ((*other_cases == NOTACHAR) ? SLJIT_SET_E : 0), TMP2, 0, TMP2, 0, SLJIT_EQUAL); in compile_xclass_matchingpath()

Completed in 68 milliseconds