Searched refs:GMatchInfo (Results 1 – 17 of 17) sorted by relevance
/third_party/glib/glib/ |
D | gregex.h | 422 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 …]
|
D | gregex.c | 193 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 …]
|
D | glib-autocleanups.h | 75 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GMatchInfo, g_match_info_unref)
|
/third_party/icu/icu4c/source/i18n/ |
D | tzgnames.cpp | 118 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/ |
D | tzgnames.cpp | 118 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/ |
D | tzgnames.cpp | 118 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/ |
D | tzgnames.cpp | 115 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/ |
D | regex.c | 284 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 …]
|
D | autoptr.c | 302 g_autoptr(GMatchInfo) match = NULL; in test_g_match_info()
|
/third_party/glib/gobject/ |
D | gboxed.c | 151 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/ |
D | boxed.c | 301 GMatchInfo *info, *info2; in test_boxed_matchinfo()
|
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/ |
D | rtmpclient.c | 742 GMatchInfo *match_info; in send_connect_done()
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-stats.c | 1176 GMatchInfo *match_info; in collect_stats()
|
/third_party/gstreamer/gstplugins_base/gst/subparse/ |
D | gstsubparse.c | 733 GMatchInfo *match_info; in subrip_fix_up_markup()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1434 GMatchInfo
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | webrtcbin.c | 1057 GMatchInfo *match_info; in _check_ice_port_restriction()
|
/third_party/glib/ |
D | NEWS | 8088 - GMatchInfo is now a refcounted boxed type 11862 - Split into immutable GRegex and GMatchInfo
|