Home
last modified time | relevance | path

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

/third_party/glib/glib/pcre/
Dpcre.h120 #define PCRE_UTF8 0x00000800 /* Compile (same as PCRE_UTF16) */ macro
Dpcre_study.c84 BOOL utf = (options & PCRE_UTF8) != 0; in find_minlength()
1389 rc = set_start_bits(code, start_bits, (re->options & PCRE_UTF8) != 0, in pcre_study()
Dpcre_compile.c773 BOOL utf = (options & PCRE_UTF8) != 0; in check_escape()
3471 BOOL utf = (options & PCRE_UTF8) != 0; in compile_branch()
7179 fixed_length = find_fixedlength(last_branch, (options & PCRE_UTF8) != 0, in compile_regex()
7714 { skipatstart += 7; options |= PCRE_UTF8; continue; } in pcre_compile2()
7749 utf = (options & PCRE_UTF8) != 0; in pcre_compile2()
8038 fixed_length = find_fixedlength(cc, (re->options & PCRE_UTF8) != 0, TRUE, in pcre_compile2()
Dpcre_dfa_exec.c420 BOOL utf = (md->poptions & PCRE_UTF8) != 0; in internal_dfa_exec()
3216 utf = (re->options & PCRE_UTF8) != 0; in pcre_dfa_exec()
Dpcre_internal.h878 PCRE_DOTALL|PCRE_DOLLAR_ENDONLY|PCRE_EXTRA|PCRE_UNGREEDY|PCRE_UTF8| \
Dpcre_exec.c6415 utf = md->utf = (re->options & PCRE_UTF8) != 0; in pcre_exec()
Dpcre_jit_compile.c6927 common->utf = (re->options & PCRE_UTF8) != 0; in PRIV()