Searched refs:G_REGEX_MATCH_NEWLINE_CRLF (Results 1 – 3 of 3) sorted by relevance
/third_party/glib/glib/ |
D | gregex.h | 395 G_REGEX_MATCH_NEWLINE_CRLF = G_REGEX_MATCH_NEWLINE_CR | G_REGEX_MATCH_NEWLINE_LF, enumerator
|
D | gregex.c | 276 if ((pcre1_flags & G_REGEX_MATCH_NEWLINE_CRLF) == G_REGEX_MATCH_NEWLINE_CRLF) in map_to_pcre2_match_flags() 369 pcre1_flags |= G_REGEX_MATCH_NEWLINE_CRLF; in map_to_pcre1_match_flags()
|
/third_party/glib/glib/tests/ |
D | regex.c | 2428 TEST_MATCH("^b$", G_REGEX_MULTILINE, G_REGEX_MATCH_NEWLINE_CRLF, "a\rb\rc", -1, 0, 0, FALSE); in main() 2436 …TEST_MATCH("^b$", G_REGEX_MULTILINE | G_REGEX_NEWLINE_CR, G_REGEX_MATCH_NEWLINE_CRLF, "a\rb\rc", -… in main()
|