Home
last modified time | relevance | path

Searched defs:utf (Results 1 – 10 of 10) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_study.c104 PCRE2_SPTR startcode, BOOL utf, recurse_check *recurses, int *countptr, in find_minlength()
781 set_table_bit(pcre2_real_code *re, PCRE2_SPTR p, BOOL caseless, BOOL utf, in set_table_bit()
953 set_start_bits(pcre2_real_code *re, PCRE2_SPTR code, BOOL utf, BOOL ucp, in set_start_bits()
1676 BOOL utf = (re->overall_options & PCRE2_UTF) != 0; in PRIV() local
H A Dpcre2_auto_possess.c308 get_chr_property_list(PCRE2_SPTR code, BOOL utf, BOOL ucp, const uint8_t *fcc, in get_chr_property_list()
518 compare_opcodes(PCRE2_SPTR code, BOOL utf, BOOL ucp, const compile_block *cb, in compare_opcodes()
1121 BOOL utf = (cb->external_options & PCRE2_UTF) != 0; in PRIV() local
H A Dpcre2_convert.c126 BOOL utf, PCRE2_UCHAR *use_buffer, PCRE2_SIZE use_length, in convert_posix()
578 pcre2_output_context *out, BOOL utf, PCRE2_UCHAR separator, in convert_glob_parse_range()
788 BOOL utf, PCRE2_UCHAR *use_buffer, PCRE2_SIZE use_length, in convert_glob()
1065 BOOL utf = (options & PCRE2_CONVERT_UTF) != 0; in pcre2_pattern_convert() local
H A Dpcre2_pattern_info.c275 BOOL utf; in pcre2_callout_enumerate() local
H A Dpcre2_printint.c92 print_char(FILE *f, PCRE2_SPTR ptr, BOOL utf) in print_char()
312 BOOL utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_printint() local
H A Dpcre2_dfa_match.c550 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in internal_dfa_match() local
553 BOOL utf = FALSE; in internal_dfa_match() local
3254 BOOL utf, anchored, startline, firstline; in pcre2_dfa_match() local
H A Dpcre2_match.c384 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match_ref() local
618 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match() local
621 BOOL utf = FALSE; /* Required for convenience even when no Unicode support */ in match() local
6142 BOOL utf = FALSE; in pcre2_match() local
H A Dpcre2_compile.c1487 BOOL utf = (options & PCRE2_UTF) != 0; in PRIV() local
2273 read_name(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, BOOL utf, uint32_t terminator, in read_name()
2515 BOOL utf = (options & PCRE2_UTF) != 0; in parse_regex() local
5164 BOOL utf = (options & PCRE2_UTF) != 0; in add_not_list_to_class() local
5321 BOOL utf = (options & PCRE2_UTF) != 0; in compile_branch() local
5324 BOOL utf = FALSE; in compile_branch() local
8496 find_recurse(PCRE2_SPTR code, BOOL utf) in find_recurse()
9641 BOOL utf; /* Set TRUE for UTF mode */ in pcre2_compile() local
H A Dpcre2_substitute.c238 BOOL utf = (code->overall_options & PCRE2_UTF) != 0; in pcre2_substitute() local
H A Dpcre2_jit_compile.c483 BOOL utf; member
7348 BOOL utf = common->utf; in compile_xclass_matchingpath() local

Completed in 97 milliseconds