Searched refs:req_char (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 5469 … sljit_jump *search_requested_char(compiler_common *common, PCRE2_UCHAR req_char, BOOL caseless, B… in search_requested_char() argument 5495 oc = req_char; in search_requested_char() 5498 oc = TABLE_GET(req_char, common->fcc, req_char); in search_requested_char() 5500 if (req_char > 127 && common->utf) in search_requested_char() 5501 oc = UCD_OTHERCASE(req_char); in search_requested_char() 5504 if (req_char == oc) in search_requested_char() 5505 found = CMP(SLJIT_EQUAL, TMP2, 0, SLJIT_IMM, req_char); in search_requested_char() 5508 bit = req_char ^ oc; in search_requested_char() 5512 found = CMP(SLJIT_EQUAL, TMP2, 0, SLJIT_IMM, req_char | bit); in search_requested_char() 5516 found = CMP(SLJIT_EQUAL, TMP2, 0, SLJIT_IMM, req_char); in search_requested_char()
|