Home
last modified time | relevance | path

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

/PHP-5.4/ext/pcre/pcrelib/
H A Dpcredemo.c267 utf8 = option_bits & PCRE_UTF8; in main()
H A Dpcreposix.c280 if ((cflags & REG_UTF8) != 0) options |= PCRE_UTF8; in regcomp()
H A Dpcre.h138 #define PCRE_UTF8 0x00000800 /* C4 ) */ macro
H A Dpcre_compile.c999 BOOL utf = (options & PCRE_UTF8) != 0; in check_escape()
4200 if ((options & PCRE_UTF8) != 0) in add_to_class()
4250 if ((options & PCRE_UTF8) == 0) in add_to_class()
4278 if ((options & PCRE_UTF8) != 0) /* All UTFs use the same flag bit */ in add_to_class()
4390 BOOL utf = (options & PCRE_UTF8) != 0; in add_not_list_to_class()
4477 BOOL utf = (options & PCRE_UTF8) != 0; in compile_branch()
8299 fixed_length = find_fixedlength(last_branch, (options & PCRE_UTF8) != 0, in compile_regex()
8361 (options & PCRE_UTF8) != 0, cd, save_hwm_offset); in compile_regex()
8966 { skipatstart += 7; options |= PCRE_UTF8; continue; } in pcre_compile2()
8978 { skipatstart += 6; options |= PCRE_UTF8; continue; } in pcre_compile2()
[all …]
H A Dpcre_study.c87 BOOL utf = (options & PCRE_UTF8) != 0; in find_minlength()
1530 rc = set_start_bits(code, start_bits, (re->options & PCRE_UTF8) != 0, in pcre_study()
H A Dpcre_internal.h1119 PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \
H A DChangeLog1615 the PCRE_UTF8 and PCRE_DOTALL options being set.
1695 PCRE_EXTENDED is set, when PCRE_NEWLINE_ANY and PCRE_UTF8 were also set.
4519 4. If PCRE was complied with UTF-8 support, but called without the PCRE_UTF8
4523 5. If PCRE was compiled with UTF-8 support, but called without the PCRE_UTF8
4940 with the PCRE_UTF8 flag. Patterns that are compiled without that flag assume
H A Dpcre_exec.c6433 utf = md->utf = (re->options & PCRE_UTF8) != 0; in pcre_exec()
H A Dpcre_jit_compile.c9836 common->utf = (re->options & PCRE_UTF8) != 0; in PRIV()
/PHP-5.4/ext/pcre/
H A Dphp_pcre.c366 case 'u': coptions |= PCRE_UTF8; in pcre_get_compiled_regex_cache()
1592 if (pce->compile_options & PCRE_UTF8) { in php_pcre_split_impl()
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt415 PCRE_NO_UTF16_CHECK, which correspond to PCRE_UTF8 and
746 PCRE_NO_UTF32_CHECK, which correspond to PCRE_UTF8 and
967 have have to set the PCRE_UTF8, PCRE_UTF16 or PCRE_UTF32 option (as
1695 PCRE_UTF8), there are corresponding 16-bit and 32-bit names with UTF8
2279 PCRE_UTF8 and PCRE_NEVER_UTF also causes an error.
2372 PCRE_UTF8
2382 When PCRE_UTF8 is set, the validity of the pattern as a UTF-8 string is
3393 When PCRE_UTF8 is set at compile time, the validity of the subject as a
4773 function with the PCRE_UTF8, PCRE_UTF16, or PCRE_UTF32 option, or the
7921 (*UTF8) set UTF-8 mode: 8-bit library (PCRE_UTF8)
[all …]

Completed in 116 milliseconds