Home
last modified time | relevance | path

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

/third_party/glib/glib/tests/
Dregex.c1963 G_REGEX_OPTIMIZE|G_REGEX_EXTENDED, 0, &error); in test_condition()
1982 G_REGEX_OPTIMIZE|G_REGEX_EXTENDED, 0, &error); in test_condition()
2015 regex = g_regex_new ("\\( ( [^()]++ | (?R) )* \\)", G_REGEX_OPTIMIZE|G_REGEX_EXTENDED, 0, &error); in test_recursion()
2032 …regex = g_regex_new ("^( \\( ( [^()]++ | (?1) )* \\) )$", G_REGEX_OPTIMIZE|G_REGEX_EXTENDED, 0, &e… in test_recursion()
2045 …gex_new ("^(?<pn> \\( ( [^()]++ | (?&pn) )* \\) )$", G_REGEX_OPTIMIZE|G_REGEX_EXTENDED, 0, &error); in test_recursion()
2054 …gex_new ("< (?: (?(R) \\d++ | [^<>]*+) | (?R)) * >", G_REGEX_OPTIMIZE|G_REGEX_EXTENDED, 0, &error); in test_recursion()
2190 …TEST_NEW("[A-Z]+", G_REGEX_CASELESS | G_REGEX_EXTENDED | G_REGEX_OPTIMIZE, G_REGEX_MATCH_NOTBOL | … in main()
2438 TEST_MATCH("a#\nb", G_REGEX_EXTENDED, 0, "a", -1, 0, 0, FALSE); in main()
2439 TEST_MATCH("a#\r\nb", G_REGEX_EXTENDED, 0, "a", -1, 0, 0, FALSE); in main()
2441 TEST_MATCH("a#\nb", G_REGEX_EXTENDED, G_REGEX_MATCH_NEWLINE_CR, "a", -1, 0, 0, FALSE); in main()
/third_party/glib/glib/
Dgregex.h301 G_REGEX_EXTENDED = 1 << 3, enumerator
Dgregex.c216 if (pcre1_flags & G_REGEX_EXTENDED) in map_to_pcre2_compile_flags()
315 pcre1_flags |= G_REGEX_EXTENDED; in map_to_pcre1_compile_flags()