Home
last modified time | relevance | path

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

/external/pcre/dist/
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,
62 0x0345, 0x0399, 0x03b9, 0x1fbe, NOTACHAR,
63 0x00b5, 0x039c, 0x03bc, NOTACHAR,
64 0x03a3, 0x03c2, 0x03c3, NOTACHAR,
65 0x0392, 0x03b2, 0x03d0, NOTACHAR,
[all …]
Dpcre_internal.h298 #define NOTACHAR 0xffffffff macro
990 NOTACHAR
1020 CHAR_LF, CHAR_VT, CHAR_FF, CHAR_CR, CHAR_NEL, 0x2028, 0x2029, NOTACHAR
1040 #define HSPACE_LIST CHAR_HT, CHAR_SPACE, CHAR_NBSP, NOTACHAR
1051 CHAR_VT, CHAR_FF, CHAR_CR, CHAR_NEL, CHAR_LF, NOTACHAR
1054 CHAR_VT, CHAR_FF, CHAR_CR, CHAR_LF, CHAR_NEL, NOTACHAR
Dpcre_dfa_exec.c630 c = NOTACHAR; /* This value should never actually be used */ in internal_dfa_exec()
738 d = NOTACHAR; /* if these variables are not set. */ in internal_dfa_exec()
2139 othercase = NOTACHAR; in internal_dfa_exec()
2327 pcre_uint32 otherd = NOTACHAR; in internal_dfa_exec()
2374 pcre_uint32 otherd = NOTACHAR; in internal_dfa_exec()
2419 pcre_uint32 otherd = NOTACHAR; in internal_dfa_exec()
2456 pcre_uint32 otherd = NOTACHAR; in internal_dfa_exec()
2500 pcre_uint32 otherd = NOTACHAR; in internal_dfa_exec()
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()
3513 if (*ochr_ptr == NOTACHAR) return FALSE; /* Not found */ 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()
[all …]
Dpcre_printint.c279 while (*p < NOTACHAR) fprintf(f, " %04x", *p++); in print_prop()
Dpcre_study.c934 while ((c = *p++) < NOTACHAR) in set_start_bits()
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()