Home
last modified time | relevance | path

Searched refs:PCRE_UTF8 (Results 1 – 12 of 12) sorted by relevance

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcredemo.c267 utf8 = option_bits & PCRE_UTF8; in main()
H A Dpcreposix.c278 if ((cflags & REG_UTF8) != 0) options |= PCRE_UTF8; in regcomp()
H A Dpcre.h138 #define PCRE_UTF8 0x00000800 /* C4 ) */ macro
H A Dpcre_compile.c1007 BOOL utf = (options & PCRE_UTF8) != 0; in check_escape()
4214 if ((options & PCRE_UTF8) != 0) in add_to_class()
4264 if ((options & PCRE_UTF8) == 0) in add_to_class()
4292 if ((options & PCRE_UTF8) != 0) /* All UTFs use the same flag bit */ in add_to_class()
4404 BOOL utf = (options & PCRE_UTF8) != 0; in add_not_list_to_class()
4491 BOOL utf = (options & PCRE_UTF8) != 0; in compile_branch()
8428 fixed_length = find_fixedlength(last_branch, (options & PCRE_UTF8) != 0, in compile_regex()
8490 (options & PCRE_UTF8) != 0, cd, save_hwm_offset); in compile_regex()
9095 { skipatstart += 7; options |= PCRE_UTF8; continue; } in pcre_compile2()
9107 { skipatstart += 6; options |= PCRE_UTF8; continue; } in pcre_compile2()
[all …]
H A Dpcre_study.c87 BOOL utf = (options & PCRE_UTF8) != 0; in find_minlength()
1535 rc = set_start_bits(code, start_bits, (re->options & PCRE_UTF8) != 0, in pcre_study()
H A Dpcre_printint.c332 utf = (options & PCRE_UTF8) != 0; in pcre_printint()
H A Dpcre_internal.h1116 PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \
H A DChangeLog1791 the PCRE_UTF8 and PCRE_DOTALL options being set.
1871 PCRE_EXTENDED is set, when PCRE_NEWLINE_ANY and PCRE_UTF8 were also set.
4695 4. If PCRE was complied with UTF-8 support, but called without the PCRE_UTF8
4699 5. If PCRE was compiled with UTF-8 support, but called without the PCRE_UTF8
5116 with the PCRE_UTF8 flag. Patterns that are compiled without that flag assume
H A Dpcre_exec.c6431 utf = md->utf = (re->options & PCRE_UTF8) != 0; in pcre_exec()
H A Dpcre_jit_compile.c9878 common->utf = (re->options & PCRE_UTF8) != 0; in PRIV()
/PHP-7.0/ext/pcre/
H A Dphp_pcre.c286 if (pce->compile_options & PCRE_UTF8) { in calculate_unit_length()
450 case 'u': coptions |= PCRE_UTF8; in pcre_get_compiled_regex_cache()
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt426 PCRE_NO_UTF16_CHECK, which correspond to PCRE_UTF8 and
757 PCRE_NO_UTF32_CHECK, which correspond to PCRE_UTF8 and
978 have have to set the PCRE_UTF8, PCRE_UTF16 or PCRE_UTF32 option (as
1706 PCRE_UTF8), there are corresponding 16-bit and 32-bit names with UTF8
2290 PCRE_UTF8 and PCRE_NEVER_UTF also causes an error.
2383 PCRE_UTF8
2393 When PCRE_UTF8 is set, the validity of the pattern as a UTF-8 string is
3404 When PCRE_UTF8 is set at compile time, the validity of the subject as a
4784 function with the PCRE_UTF8, PCRE_UTF16, or PCRE_UTF32 option, or the
7945 (*UTF8) set UTF-8 mode: 8-bit library (PCRE_UTF8)
[all …]

Completed in 130 milliseconds