Searched refs:NOTACHAR (Results 1 – 8 of 8) sorted by relevance
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_ucd.c | 115 NOTACHAR, 116 0x0053, 0x0073, 0x017f, NOTACHAR, 117 0x01c4, 0x01c5, 0x01c6, NOTACHAR, 118 0x01c7, 0x01c8, 0x01c9, NOTACHAR, 119 0x01ca, 0x01cb, 0x01cc, NOTACHAR, 120 0x01f1, 0x01f2, 0x01f3, NOTACHAR, 122 0x00b5, 0x039c, 0x03bc, NOTACHAR, 123 0x03a3, 0x03c2, 0x03c3, NOTACHAR, 124 0x0392, 0x03b2, 0x03d0, NOTACHAR, 126 0x03a6, 0x03c6, 0x03d5, NOTACHAR, [all …]
|
H A D | pcre2_auto_possess.c | 408 list[3] = NOTACHAR; in get_chr_property_list() 431 list[3] = NOTACHAR; in get_chr_property_list() 433 list[4] = NOTACHAR; in get_chr_property_list() 463 while(*clist_src++ != NOTACHAR); in get_chr_property_list() 977 while(*ochr_ptr != NOTACHAR); in compare_opcodes() 988 while(*ochr_ptr != NOTACHAR); in compare_opcodes() 989 if (*ochr_ptr == NOTACHAR) return FALSE; /* Not found */ in compare_opcodes() 1105 while(*chr_ptr != NOTACHAR); in compare_opcodes()
|
H A D | pcre2_internal.h | 223 #define NOTACHAR 0xffffffff macro 404 NOTACHAR 434 CHAR_LF, CHAR_VT, CHAR_FF, CHAR_CR, CHAR_NEL, 0x2028, 0x2029, NOTACHAR 454 #define HSPACE_LIST CHAR_HT, CHAR_SPACE, CHAR_NBSP, NOTACHAR 465 CHAR_VT, CHAR_FF, CHAR_CR, CHAR_NEL, CHAR_LF, NOTACHAR 468 CHAR_VT, CHAR_FF, CHAR_CR, CHAR_LF, CHAR_NEL, NOTACHAR
|
H A D | pcre2_dfa_match.c | 738 c = NOTACHAR; /* This value should never actually be used */ in internal_dfa_match() 836 d = NOTACHAR; /* if these variables are not set. */ in internal_dfa_match() 2478 uint32_t otherd = NOTACHAR; in internal_dfa_match() 2521 uint32_t otherd = NOTACHAR; in internal_dfa_match() 2562 uint32_t otherd = NOTACHAR; in internal_dfa_match() 2595 uint32_t otherd = NOTACHAR; in internal_dfa_match() 2635 uint32_t otherd = NOTACHAR; in internal_dfa_match()
|
H A D | pcre2_printint.c | 314 while (*p < NOTACHAR) fprintf(f, " %04x", *p++); in print_prop()
|
H A D | pcre2_compile.c | 5399 while (p[0] < NOTACHAR) in add_list_to_class_internal() 5477 while (p[0] < NOTACHAR) in add_list_to_class() 5522 while (p[0] < NOTACHAR) in add_not_list_to_class() 5526 (p[1] == NOTACHAR) ? (utf ? 0x10ffffu : 0xffffffffu) : p[1] - 1); in add_not_list_to_class() 6221 NOTACHAR); in compile_branch() 6232 NOTACHAR); in compile_branch()
|
H A D | pcre2_study.c | 1089 while ((c = *p++) < NOTACHAR) in set_start_bits()
|
H A D | pcre2_jit_compile.c | 7726 while (*other_cases != NOTACHAR) in compile_xclass_matchingpath() 8273 …SLJIT_ASSERT(other_cases[0] != NOTACHAR && other_cases[1] != NOTACHAR && other_cases[2] != NOTACHA… in compile_xclass_matchingpath() 8303 OP_FLAGS(SLJIT_OR | ((other_cases[3] == NOTACHAR) ? SLJIT_SET_Z : 0), TMP2, 0, SLJIT_EQUAL); in compile_xclass_matchingpath() 8313 while (*other_cases != NOTACHAR) in compile_xclass_matchingpath() 8316 OP_FLAGS(SLJIT_OR | ((*other_cases == NOTACHAR) ? SLJIT_SET_Z : 0), TMP2, 0, SLJIT_EQUAL); in compile_xclass_matchingpath()
|
Completed in 144 milliseconds