Searched refs:req_char (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 4735 … sljit_jump *search_requested_char(compiler_common *common, PCRE2_UCHAR req_char, BOOL caseless, B… in search_requested_char() argument 4761 oc = req_char; in search_requested_char() 4764 oc = TABLE_GET(req_char, common->fcc, req_char); in search_requested_char() 4766 if (req_char > 127 && common->utf) in search_requested_char() 4767 oc = UCD_OTHERCASE(req_char); in search_requested_char() 4770 if (req_char == oc) in search_requested_char() 4771 found = CMP(SLJIT_EQUAL, TMP2, 0, SLJIT_IMM, req_char); in search_requested_char() 4774 bit = req_char ^ oc; in search_requested_char() 4778 found = CMP(SLJIT_EQUAL, TMP2, 0, SLJIT_IMM, req_char | bit); in search_requested_char() 4782 found = CMP(SLJIT_EQUAL, TMP2, 0, SLJIT_IMM, req_char); in search_requested_char()
|