Home
last modified time | relevance | path

Searched refs:GMatchInfo (Results 1 – 17 of 17) sorted by relevance

/third_party/glib/glib/
Dgregex.h422 typedef struct _GMatchInfo GMatchInfo; typedef
441 typedef gboolean (*GRegexEvalCallback) (const GMatchInfo *match_info,
490 GMatchInfo **match_info);
497 GMatchInfo **match_info,
503 GMatchInfo **match_info);
510 GMatchInfo **match_info,
565 GRegex *g_match_info_get_regex (const GMatchInfo *match_info);
567 const gchar *g_match_info_get_string (const GMatchInfo *match_info);
570 GMatchInfo *g_match_info_ref (GMatchInfo *match_info);
572 void g_match_info_unref (GMatchInfo *match_info);
[all …]
Dgregex.c193 static gboolean interpolate_replacement (const GMatchInfo *match_info,
841 static GMatchInfo *
849 GMatchInfo *match_info; in match_info_new()
856 match_info = g_new0 (GMatchInfo, 1); in match_info_new()
906 g_match_info_get_regex (const GMatchInfo *match_info) in g_match_info_get_regex()
925 g_match_info_get_string (const GMatchInfo *match_info) in g_match_info_get_string()
941 GMatchInfo *
942 g_match_info_ref (GMatchInfo *match_info) in g_match_info_ref()
959 g_match_info_unref (GMatchInfo *match_info) in g_match_info_unref()
982 g_match_info_free (GMatchInfo *match_info) in g_match_info_free()
[all …]
Dglib-autocleanups.h75 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GMatchInfo, g_match_info_unref)
/third_party/icu/icu4c/source/i18n/
Dtzgnames.cpp118 typedef struct GMatchInfo { struct
163 GMatchInfo *minfo = (GMatchInfo *)fMatches->elementAt(index); in getGenericNameType()
181 GMatchInfo *minfo = (GMatchInfo *)fMatches->elementAt(index); in getTimeZoneID()
239 GMatchInfo *gmatch = (GMatchInfo *)uprv_malloc(sizeof(GMatchInfo)); in handleMatch()
/third_party/skia/third_party/externals/icu/source/i18n/
Dtzgnames.cpp118 typedef struct GMatchInfo { struct
163 GMatchInfo *minfo = (GMatchInfo *)fMatches->elementAt(index); in getGenericNameType()
181 GMatchInfo *minfo = (GMatchInfo *)fMatches->elementAt(index); in getTimeZoneID()
239 GMatchInfo *gmatch = (GMatchInfo *)uprv_malloc(sizeof(GMatchInfo)); in handleMatch()
/third_party/node/deps/icu-small/source/i18n/
Dtzgnames.cpp118 typedef struct GMatchInfo { struct
163 GMatchInfo *minfo = (GMatchInfo *)fMatches->elementAt(index); in getGenericNameType()
181 GMatchInfo *minfo = (GMatchInfo *)fMatches->elementAt(index); in getTimeZoneID()
239 GMatchInfo *gmatch = (GMatchInfo *)uprv_malloc(sizeof(GMatchInfo)); in handleMatch()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dtzgnames.cpp115 typedef struct GMatchInfo { struct
160 GMatchInfo *minfo = (GMatchInfo *)fMatches->elementAt(index); in getGenericNameType()
178 GMatchInfo *minfo = (GMatchInfo *)fMatches->elementAt(index); in getTimeZoneID()
236 GMatchInfo *gmatch = (GMatchInfo *)uprv_malloc(sizeof(GMatchInfo)); in handleMatch()
/third_party/glib/glib/tests/
Dregex.c284 GMatchInfo *match_info; in test_match_next()
477 GMatchInfo *match_info; in test_match_count()
515 GMatchInfo *match_info; in test_partial()
565 GMatchInfo *match_info; in test_sub_pattern()
620 GMatchInfo *match_info; in test_named_sub_pattern()
690 GMatchInfo *match_info; in test_fetch_all()
1053 GMatchInfo *match_info = NULL; in test_expand()
1256 GMatchInfo *match_info; in test_match_all_full()
1302 GMatchInfo *match_info; in test_match_all()
1500 GMatchInfo *match; in test_properties()
[all …]
Dautoptr.c302 g_autoptr(GMatchInfo) match = NULL; in test_g_match_info()
/third_party/glib/gobject/
Dgboxed.c151 G_DEFINE_BOXED_TYPE (GMatchInfo, g_match_info, g_match_info_ref, g_match_info_unref) in G_DEFINE_BOXED_TYPE()
/third_party/glib/gobject/tests/
Dboxed.c301 GMatchInfo *info, *info2; in test_boxed_matchinfo()
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpclient.c742 GMatchInfo *match_info; in send_connect_done()
/third_party/gstreamer/gstreamer/tools/
Dgst-stats.c1176 GMatchInfo *match_info; in collect_stats()
/third_party/gstreamer/gstplugins_base/gst/subparse/
Dgstsubparse.c733 GMatchInfo *match_info; in subrip_fix_up_markup()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1434 GMatchInfo
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dwebrtcbin.c1057 GMatchInfo *match_info; in _check_ice_port_restriction()
/third_party/glib/
DNEWS8088 - GMatchInfo is now a refcounted boxed type
11862 - Split into immutable GRegex and GMatchInfo