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

/forgerock/web-agents-v4/pcre/
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,
62 0x0345, 0x0399, 0x03b9, 0x1fbe, NOTACHAR,
63 0x00b5, 0x039c, 0x03bc, NOTACHAR,
64 0x03a3, 0x03c2, 0x03c3, NOTACHAR,
65 0x0392, 0x03b2, 0x03d0, NOTACHAR,
[all...]
H A Dpcre_internal.h298 #define NOTACHAR 0xffffffff macro
977 NOTACHAR (which is 0xffffffff).
990 NOTACHAR
1020 CHAR_LF, CHAR_VT, CHAR_FF, CHAR_CR, CHAR_NEL, 0x2028, 0x2029, NOTACHAR
1050 CHAR_VT, CHAR_FF, CHAR_CR, CHAR_NEL, CHAR_LF, NOTACHAR
1053 CHAR_VT, CHAR_FF, CHAR_CR, CHAR_LF, CHAR_NEL, NOTACHAR
H A Dpcre_dfa_exec.c630 c = NOTACHAR; /* This value should never actually be used */
738 d = NOTACHAR; /* if these variables are not set. */
2139 othercase = NOTACHAR;
2327 pcre_uint32 otherd = NOTACHAR;
2374 pcre_uint32 otherd = NOTACHAR;
2419 pcre_uint32 otherd = NOTACHAR;
2456 pcre_uint32 otherd = NOTACHAR;
2500 pcre_uint32 otherd = NOTACHAR;
H A Dpcre_compile.c2947 list[3] = NOTACHAR;
2970 list[3] = NOTACHAR;
2972 list[4] = NOTACHAR;
3002 while(*clist_src++ != NOTACHAR);
3004 /* All characters are stored. The terminating NOTACHAR
3448 while(*ochr_ptr != NOTACHAR);
3459 while(*ochr_ptr != NOTACHAR);
3460 if (*ochr_ptr == NOTACHAR) return FALSE; /* Not found */
3576 while(*chr_ptr != NOTACHAR);
4289 p points to row of 32-bit values, terminated by NOTACHAR
[all...]
H A Dpcre_printint.c279 while (*p < NOTACHAR) fprintf(f, " %04x", *p++);
H A Dpcre_study.c892 while ((c = *p++) < NOTACHAR)
H A Dpcre_jit_compile.c3463 if (SLJIT_UNLIKELY(chr == NOTACHAR))
3477 if (chars[0] == NOTACHAR && chars[1] == 0)
3479 if (chars[0] == NOTACHAR)
3538 chars[i << 1] = NOTACHAR;
4795 while (*other_cases != NOTACHAR)
5090 SLJIT_ASSERT(other_cases[0] != NOTACHAR && other_cases[1] != NOTACHAR && other_cases[2] != NOTACHAR);
5120 OP_FLAGS(SLJIT_OR | ((other_cases[3] == NOTACHAR) ? SLJIT_SET_E : 0), TMP2, 0, TMP2, 0, SLJIT_C_EQUAL);
5130 while (*other_cases != NOTACHAR)
[all...]

Completed in 112 milliseconds