Searched defs:utf (Results 1 – 4 of 4) sorted by relevance
/PHP-5.3/ext/pcre/pcrelib/ |
H A D | pcre_study.c | 86 BOOL utf = (options & PCRE_UTF8) != 0; in find_minlength() local 552 compile_data *cd, BOOL utf) in set_table_bit() 718 set_start_bits(const pcre_uchar *code, pcre_uint8 *start_bits, BOOL utf, in set_start_bits()
|
H A D | pcre_compile.c | 780 BOOL utf = (options & PCRE_UTF8) != 0; in check_escape() local 1397 BOOL xmode, BOOL utf, int *count) in find_parens_sub() 1631 BOOL utf) in find_parens() 2206 find_recurse(const pcre_uchar *code, BOOL utf) in find_recurse() 2362 BOOL utf, compile_data *cd) in could_be_empty_branch() 2661 branch_chain *bcptr, BOOL utf, compile_data *cd) in could_be_empty() 3060 check_auto_possessive(const pcre_uchar *previous, BOOL utf, in check_auto_possessive() 3648 BOOL utf = (options & PCRE_UTF8) != 0; in add_not_list_to_class() local 3735 BOOL utf = (options & PCRE_UTF8) != 0; in compile_branch() local 3740 BOOL utf = FALSE; in compile_branch() local [all …]
|
H A D | pcre_exec.c | 116 BOOL utf = md->utf; in pchars() local 153 BOOL utf = md->utf; in match_ref() local 508 register BOOL utf; /* Local copy of UTF flag for speed */ in match() local 6253 BOOL utf; in pcre_exec() local
|
H A D | pcre_internal.h | 2480 BOOL utf; /* UTF-8 / UTF-16 flag */ member
|
Completed in 92 milliseconds