HomeSort by relevance Sort by last modified time
    Searched refs:NOTACHAR (Results 1 - 8 of 8) sorted by null

  /external/pcre/dist2/src/
pcre2_ucd.c 59 NOTACHAR,
60 0x0053, 0x0073, 0x017f, NOTACHAR,
61 0x01c4, 0x01c5, 0x01c6, NOTACHAR,
62 0x01c7, 0x01c8, 0x01c9, NOTACHAR,
63 0x01ca, 0x01cb, 0x01cc, NOTACHAR,
64 0x01f1, 0x01f2, 0x01f3, NOTACHAR,
65 0x0345, 0x0399, 0x03b9, 0x1fbe, NOTACHAR,
66 0x00b5, 0x039c, 0x03bc, NOTACHAR,
67 0x03a3, 0x03c2, 0x03c3, NOTACHAR,
68 0x0392, 0x03b2, 0x03d0, NOTACHAR,
    [all...]
pcre2_auto_possess.c 389 list[3] = NOTACHAR;
412 list[3] = NOTACHAR;
414 list[4] = NOTACHAR;
444 while(*clist_src++ != NOTACHAR);
446 /* All characters are stored. The terminating NOTACHAR is copied from the
902 while(*ochr_ptr != NOTACHAR);
913 while(*ochr_ptr != NOTACHAR);
914 if (*ochr_ptr == NOTACHAR) return FALSE; /* Not found */
1030 while(*chr_ptr != NOTACHAR);
    [all...]
pcre2_internal.h 239 #define NOTACHAR 0xffffffff
388 NOTACHAR (which is 0xffffffff).
406 NOTACHAR
436 CHAR_LF, CHAR_VT, CHAR_FF, CHAR_CR, CHAR_NEL, 0x2028, 0x2029, NOTACHAR
456 #define HSPACE_LIST CHAR_HT, CHAR_SPACE, CHAR_NBSP, NOTACHAR
467 CHAR_VT, CHAR_FF, CHAR_CR, CHAR_NEL, CHAR_LF, NOTACHAR
470 CHAR_VT, CHAR_FF, CHAR_CR, CHAR_LF, CHAR_NEL, NOTACHAR
    [all...]
pcre2_dfa_match.c 583 c = NOTACHAR; /* This value should never actually be used */
681 d = NOTACHAR; /* if these variables are not set. */
    [all...]
pcre2_printint.c 284 while (*p < NOTACHAR) fprintf(f, " %04x", *p++);
pcre2_study.c 991 while ((c = *p++) < NOTACHAR)
    [all...]
pcre2_compile.c     [all...]
pcre2_jit_compile.c     [all...]

Completed in 77 milliseconds