Home
last modified time | relevance | path

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

/PHP-8.2/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.c325 get_chr_property_list(PCRE2_SPTR code, BOOL utf, BOOL ucp, const uint8_t *fcc, in get_chr_property_list()
536 compare_opcodes(PCRE2_SPTR code, BOOL utf, BOOL ucp, const compile_block *cb, in compare_opcodes()
1139 BOOL utf = (cb->external_options & PCRE2_UTF) != 0; in PRIV() local
H A Dpcre2_convert.c125 BOOL utf, PCRE2_UCHAR *use_buffer, PCRE2_SIZE use_length, in convert_posix()
577 pcre2_output_context *out, BOOL utf, PCRE2_UCHAR separator, in convert_glob_parse_range()
787 BOOL utf, PCRE2_UCHAR *use_buffer, PCRE2_SIZE use_length, in convert_glob()
1064 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()
343 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
3311 BOOL utf, anchored, startline, firstline; in pcre2_dfa_match() local
H A Dpcre2_match.c386 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match_ref() local
627 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match() local
630 BOOL utf = FALSE; /* Required for convenience even when no Unicode support */ in match() local
6351 BOOL utf = FALSE; in pcre2_match() local
H A Dpcre2_compile.c1508 BOOL utf = (options & PCRE2_UTF) != 0; in PRIV() local
2381 read_name(PCRE2_SPTR *ptrptr, PCRE2_SPTR ptrend, BOOL utf, uint32_t terminator, in read_name()
2623 BOOL utf = (options & PCRE2_UTF) != 0; in parse_regex() local
5273 BOOL utf = (options & PCRE2_UTF) != 0; in add_not_list_to_class() local
5430 BOOL utf = (options & PCRE2_UTF) != 0; in compile_branch() local
5433 BOOL utf = FALSE; in compile_branch() local
8623 find_recurse(PCRE2_SPTR code, BOOL utf) in find_recurse()
9767 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.c486 BOOL utf; member
7514 BOOL utf = common->utf; in compile_xclass_matchingpath() local

Completed in 210 milliseconds