Home
last modified time | relevance | path

Searched refs:PT_SPACE (Results 1 – 8 of 8) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_xclass.c173 case PT_SPACE: /* Perl space */ in PRIV()
Dpcre2_dfa_match.c1193 case PT_SPACE: /* Perl space */ in internal_dfa_match()
1451 case PT_SPACE: /* Perl space */ in internal_dfa_match()
1692 case PT_SPACE: /* Perl space */ in internal_dfa_match()
1958 case PT_SPACE: /* Perl space */ in internal_dfa_match()
Dpcre2_auto_possess.c228 case PT_SPACE: /* Perl space */ in check_char_prop()
Dpcre2_match.c2390 case PT_SPACE: /* Perl space */ in match()
2647 case PT_SPACE: /* Perl space */ in match()
3392 case PT_SPACE: /* Perl space */ in match()
3915 case PT_SPACE: /* Perl space */ in match()
Dpcre2_internal.h1221 #define PT_SPACE 6 /* Perl space - Z plus 9,10,12,13 */ macro
Dpcre2_tables.c812 { 1474, PT_SPACE, 0 },
Dpcre2_compile.c2838 *parsed_pattern++ = PT_SPACE << 16; in parse_regex()
3368 *parsed_pattern++ = PT_SPACE << 16; in parse_regex()
Dpcre2_jit_compile.c6537 case PT_SPACE: in compile_xclass_matchingpath()
6812 case PT_SPACE: in compile_xclass_matchingpath()