Lines Matching refs:caseless
5369 BOOL last, any, class, caseless; in scan_prefix() local
5392 caseless = FALSE; in scan_prefix()
5397 caseless = TRUE; in scan_prefix()
5431 caseless = TRUE; in scan_prefix()
5440 caseless = TRUE; in scan_prefix()
5451 caseless = TRUE; in scan_prefix()
5711 if (caseless && char_has_othercase(common, cc)) in scan_prefix()
5734 caseless = FALSE; in scan_prefix()
5751 if (caseless) in scan_prefix()
6414 …arch_requested_char(compiler_common *common, PCRE2_UCHAR req_char, BOOL caseless, BOOL has_firstch… in search_requested_char() argument
6437 if (caseless) in search_requested_char()
7238 static PCRE2_SPTR byte_sequence_compare(compiler_common *common, BOOL caseless, PCRE2_SPTR cc, in byte_sequence_compare() argument
7248 if (caseless && char_has_othercase(common, cc)) in byte_sequence_compare()