Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_ucd.c79 NOTACHAR,
80 0x0053, 0x0073, 0x017f, NOTACHAR,
81 0x01c4, 0x01c5, 0x01c6, NOTACHAR,
82 0x01c7, 0x01c8, 0x01c9, NOTACHAR,
83 0x01ca, 0x01cb, 0x01cc, NOTACHAR,
84 0x01f1, 0x01f2, 0x01f3, NOTACHAR,
85 0x0345, 0x0399, 0x03b9, 0x1fbe, NOTACHAR,
86 0x00b5, 0x039c, 0x03bc, NOTACHAR,
87 0x03a3, 0x03c2, 0x03c3, NOTACHAR,
88 0x0392, 0x03b2, 0x03d0, NOTACHAR,
[all …]
Dpcre2_auto_possess.c389 list[3] = NOTACHAR; in get_chr_property_list()
412 list[3] = NOTACHAR; in get_chr_property_list()
414 list[4] = NOTACHAR; in get_chr_property_list()
444 while(*clist_src++ != NOTACHAR); in get_chr_property_list()
942 while(*ochr_ptr != NOTACHAR); in compare_opcodes()
953 while(*ochr_ptr != NOTACHAR); in compare_opcodes()
954 if (*ochr_ptr == NOTACHAR) return FALSE; /* Not found */ in compare_opcodes()
1070 while(*chr_ptr != NOTACHAR); in compare_opcodes()
Dpcre2_internal.h205 #define NOTACHAR 0xffffffff macro
387 NOTACHAR
417 CHAR_LF, CHAR_VT, CHAR_FF, CHAR_CR, CHAR_NEL, 0x2028, 0x2029, NOTACHAR
437 #define HSPACE_LIST CHAR_HT, CHAR_SPACE, CHAR_NBSP, NOTACHAR
448 CHAR_VT, CHAR_FF, CHAR_CR, CHAR_NEL, CHAR_LF, NOTACHAR
451 CHAR_VT, CHAR_FF, CHAR_CR, CHAR_LF, CHAR_NEL, NOTACHAR
Dpcre2_dfa_match.c731 c = NOTACHAR; /* This value should never actually be used */ in internal_dfa_match()
829 d = NOTACHAR; /* if these variables are not set. */ in internal_dfa_match()
2367 uint32_t otherd = NOTACHAR; in internal_dfa_match()
2410 uint32_t otherd = NOTACHAR; in internal_dfa_match()
2451 uint32_t otherd = NOTACHAR; in internal_dfa_match()
2484 uint32_t otherd = NOTACHAR; in internal_dfa_match()
2524 uint32_t otherd = NOTACHAR; in internal_dfa_match()
Dpcre2_printint.c284 while (*p < NOTACHAR) fprintf(f, " %04x", *p++); in print_prop()
Dpcre2_study.c1042 while ((c = *p++) < NOTACHAR) in set_start_bits()
Dpcre2_compile.c4966 while (p[0] < NOTACHAR) in add_list_to_class_internal()
5040 while (p[0] < NOTACHAR) in add_list_to_class()
5083 while (p[0] < NOTACHAR) in add_not_list_to_class()
5087 (p[1] == NOTACHAR) ? (utf ? 0x10ffffu : 0xffffffffu) : p[1] - 1); in add_not_list_to_class()
5723 options & ~PCRE2_CASELESS, cb, PRIV(hspace_list), NOTACHAR); in compile_branch()
5733 options & ~PCRE2_CASELESS, cb, PRIV(vspace_list), NOTACHAR); in compile_branch()
Dpcre2_jit_compile.c7639 while (*other_cases != NOTACHAR) in compile_xclass_matchingpath()
8018 …SLJIT_ASSERT(other_cases[0] != NOTACHAR && other_cases[1] != NOTACHAR && other_cases[2] != NOTACHA… in compile_xclass_matchingpath()
8048 OP_FLAGS(SLJIT_OR | ((other_cases[3] == NOTACHAR) ? SLJIT_SET_Z : 0), TMP2, 0, SLJIT_EQUAL); in compile_xclass_matchingpath()
8058 while (*other_cases != NOTACHAR) in compile_xclass_matchingpath()
8061 OP_FLAGS(SLJIT_OR | ((*other_cases == NOTACHAR) ? SLJIT_SET_Z : 0), TMP2, 0, SLJIT_EQUAL); in compile_xclass_matchingpath()
/external/pcre/dist2/
DHACKING470 characters, terminated by the value NOTACHAR (0xffffffff).