Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgregex.h308 G_REGEX_FIRSTLINE = 1 << 18, enumerator
Dgregex.c228 if (pcre1_flags & G_REGEX_FIRSTLINE) in map_to_pcre2_compile_flags()
327 pcre1_flags |= G_REGEX_FIRSTLINE; in map_to_pcre1_compile_flags()
/third_party/glib/glib/tests/
Dregex.c2445 …TEST_MATCH("line\nbreak", G_REGEX_MULTILINE | G_REGEX_FIRSTLINE, 0, "first line\na line\nbreak", -… in main()