Home
last modified time | relevance | path

Searched refs:jchanged (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/glib/
Dgregex.c1736 gboolean jchanged = FALSE; in regex_compile() local
1737 pcre2_pattern_info (re, PCRE2_INFO_JCHANGED, &jchanged); in regex_compile()
1738 if (jchanged) in regex_compile()
/third_party/pcre2/pcre2/src/
Dpcre2test.c4430 hasbackslashc, hascrorlf, jchanged, last_ctype, last_cunit, match_empty, in show_pattern_info() local
4493 pattern_info(PCRE2_INFO_JCHANGED, &jchanged, FALSE) + in show_pattern_info()
4633 if (jchanged) fprintf(outfile, "Duplicate name status changes\n"); in show_pattern_info()