Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_xclass.c86 if ((*data & XCL_MAP) == 0) return negated; in PRIV()
89 if ((*data & XCL_MAP) != 0 && in PRIV()
98 if ((*data++ & XCL_MAP) != 0) data += 32 / sizeof(pcre_uchar); in PRIV()
Dpcre_byte_order.c303 if ((*ptr & XCL_MAP) != 0) in pcre_pattern_to_host_byte_order()
Dpcre_study.c1279 if ((tcode[1 + LINK_SIZE] & XCL_MAP) == 0 && (tcode[1 + LINK_SIZE] & XCL_NOT) != 0) in set_start_bits()
1304 if ((tcode[1 + LINK_SIZE] & XCL_MAP) != 0) in set_start_bits()
Dpcre_printint.c657 printmap = (*ccode & XCL_MAP) != 0; in pcre_printint()
DHACKING339 this is a negative class, and XCL_MAP indicates that a bit map is present.
340 There follows the bit map, if XCL_MAP is set, and then a sequence of items
Dpcre_internal.h1817 #define XCL_MAP 0x02 /* Flag: a 32-byte map is present */ macro
Dpcretest.c2660 if ((op & XCL_MAP) != 0) in regexflip8_or_16()
2756 if ((op & XCL_MAP) != 0) in regexflip_32()
Dpcre_compile.c3241 if ((*xclass_flags & XCL_MAP) == 0) in compare_opcodes()
5458 *code++ |= XCL_MAP; in compile_branch()
Dpcre_jit_compile.c4757 if (cc[-1] & XCL_MAP) in compile_xclass_matchingpath()
4855 if ((cc[-1] & XCL_MAP) != 0) in compile_xclass_matchingpath()
4879 else if ((cc[-1] & XCL_MAP) != 0) in compile_xclass_matchingpath()