Searched refs:G_REGEX_OPTIMIZE (Results 1 – 4 of 4) sorted by relevance
/third_party/glib/glib/tests/ |
D | regex.c | 1504 regex = g_regex_new ("\\p{L}\\p{Ll}\\p{Lu}\\p{L&}\\p{N}\\p{Nd}", G_REGEX_OPTIMIZE, 0, &error); in test_properties() 1525 regex = g_regex_new ("[abc\\x{0B1E}\\p{Mn}\\x{0391}-\\x{03A9}]", G_REGEX_OPTIMIZE, 0, &error); in test_class() 1571 regex = g_regex_new ("\\w+(?=;)", G_REGEX_OPTIMIZE, 0, &error); in test_lookahead() 1585 regex = g_regex_new ("foo(?!bar)", G_REGEX_OPTIMIZE, 0, &error); in test_lookahead() 1600 regex = g_regex_new ("(?!bar)foo", G_REGEX_OPTIMIZE, 0, &error); in test_lookahead() 1633 regex = g_regex_new ("(?<!foo)bar", G_REGEX_OPTIMIZE, 0, &error); in test_lookbehind() 1648 regex = g_regex_new ("(?<=bullock|donkey) poo", G_REGEX_OPTIMIZE, 0, &error); in test_lookbehind() 1661 regex = g_regex_new ("(?<!dogs?|cats?) x", G_REGEX_OPTIMIZE, 0, &error); in test_lookbehind() 1666 regex = g_regex_new ("(?<=ab(c|de)) foo", G_REGEX_OPTIMIZE, 0, &error); in test_lookbehind() 1671 regex = g_regex_new ("(?<=abc|abde)foo", G_REGEX_OPTIMIZE, 0, &error); in test_lookbehind() [all …]
|
/third_party/gstreamer/gstplugins_base/gst/subparse/ |
D | gstsubparseelement.c | 49 G_REGEX_RAW | G_REGEX_OPTIMIZE, 0, &gerr); in gst_sub_parse_data_format_autodetect_regex_once() 60 G_REGEX_RAW | G_REGEX_OPTIMIZE, 0, &gerr); in gst_sub_parse_data_format_autodetect_regex_once() 68 G_REGEX_RAW | G_REGEX_OPTIMIZE, 0, &gerr); in gst_sub_parse_data_format_autodetect_regex_once()
|
/third_party/glib/glib/ |
D | gregex.h | 307 G_REGEX_OPTIMIZE = 1 << 13, enumerator
|
D | gregex.c | 244 if (pcre1_flags & G_REGEX_OPTIMIZE) in map_to_pcre2_compile_flags()
|