Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_study.c102 PCRE2_SPTR startcode, BOOL utf, recurse_check *recurses, int *countptr, in find_minlength()
758 set_table_bit(pcre2_real_code *re, PCRE2_SPTR p, BOOL caseless, BOOL utf) in set_table_bit()
917 set_start_bits(pcre2_real_code *re, PCRE2_SPTR code, BOOL utf) in set_start_bits()
1583 BOOL utf = (re->overall_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_auto_possess.c307 get_chr_property_list(PCRE2_SPTR code, BOOL utf, const uint8_t *fcc, in get_chr_property_list()
515 compare_opcodes(PCRE2_SPTR code, BOOL utf, const compile_block *cb, in compare_opcodes()
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.c539 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in internal_dfa_match() local
541 BOOL utf = FALSE; in internal_dfa_match() local
3236 BOOL utf, anchored, startline, firstline; in pcre2_dfa_match() local
H A Dpcre2_substitute.c233 BOOL utf = (code->overall_options & PCRE2_UTF) != 0; in pcre2_substitute() local
H A Dpcre2_match.c599 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match() local
601 BOOL utf = FALSE; in match() local
6012 BOOL utf; in pcre2_match() local
H A Dpcre2_compile.c1413 BOOL utf = (options & PCRE2_UTF) != 0; in PRIV() local
2344 BOOL utf = (options & PCRE2_UTF) != 0; in parse_regex() local
4795 BOOL utf = (options & PCRE2_UTF) != 0; in add_not_list_to_class() local
4950 BOOL utf = (options & PCRE2_UTF) != 0; in compile_branch() local
4952 BOOL utf = FALSE; in compile_branch() local
8060 find_recurse(PCRE2_SPTR code, BOOL utf) in find_recurse()
9117 BOOL utf; /* Set TRUE for UTF mode */ in pcre2_compile() local
H A Dpcre2_jit_compile.c479 BOOL utf; member
6446 BOOL utf = common->utf; in compile_xclass_matchingpath() local

Completed in 135 milliseconds