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.c1321 if ((tcode[1 + LINK_SIZE] & XCL_MAP) == 0 && (tcode[1 + LINK_SIZE] & XCL_NOT) != 0) in set_start_bits()
1346 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.h1825 #define XCL_MAP 0x02 /* Flag: a 32-byte map is present */ macro
Dpcretest.c2663 if ((op & XCL_MAP) != 0) in regexflip8_or_16()
2759 if ((op & XCL_MAP) != 0) in regexflip_32()
Dpcre_compile.c3298 if ((*xclass_flags & XCL_MAP) == 0) in compare_opcodes()
5554 *code++ |= XCL_MAP; in compile_branch()
Dpcre_jit_compile.c4805 if (cc[-1] & XCL_MAP) in compile_xclass_matchingpath()
4903 if ((cc[-1] & XCL_MAP) != 0) in compile_xclass_matchingpath()
4927 else if ((cc[-1] & XCL_MAP) != 0) in compile_xclass_matchingpath()