Home
last modified time | relevance | path

Searched refs:G_REGEX_DUPNAMES (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/glib/
Dgregex.h309 G_REGEX_DUPNAMES = 1 << 19, enumerator
Dgregex.c230 if (pcre1_flags & G_REGEX_DUPNAMES) in map_to_pcre2_compile_flags()
329 pcre1_flags |= G_REGEX_DUPNAMES; in map_to_pcre1_compile_flags()
/third_party/glib/glib/tests/
Dregex.c666 data->flags = G_REGEX_DUPNAMES; \
1870 …nesday)?|(?<DN>Thu)(?:rsday)?|(?<DN>Sat)(?:urday)?", G_REGEX_OPTIMIZE|G_REGEX_DUPNAMES, 0, &error); in test_subpattern()
1897 regex = g_regex_new ("^(a|b\\1)+$", G_REGEX_OPTIMIZE|G_REGEX_DUPNAMES, 0, &error); in test_subpattern()
2200 TEST_NEW("(?P<A>x)|(?P<A>y)", G_REGEX_DUPNAMES, 0); in main()
2201 TEST_NEW("(?P<A>x)|(?P<A>y)", G_REGEX_DUPNAMES | G_REGEX_OPTIMIZE, 0); in main()