Searched refs:g_pattern_match (Results 1 – 7 of 7) sorted by relevance
/external/bluetooth/glib/glib/ |
D | gpattern.c | 134 g_pattern_match (GPatternSpec *pspec, in g_pattern_match() function 322 return g_pattern_match (pspec, strlen (string), string, NULL); in g_pattern_match_string() 336 ergo = g_pattern_match (pspec, strlen (string), string, NULL); in g_pattern_match_simple()
|
D | gpattern.h | 38 gboolean g_pattern_match (GPatternSpec *pspec,
|
D | galiasdef.c | 2030 #undef g_pattern_match 2031 extern __typeof (g_pattern_match) g_pattern_match __attribute((alias("IA__g_pattern_match"), visibi…
|
D | galias.h | 2023 extern __typeof (g_pattern_match) IA__g_pattern_match __attribute((visibility("hidden"))); 2024 #define g_pattern_match IA__g_pattern_match macro
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 887 g_pattern_match
|
/external/bluetooth/glib/ |
D | NEWS | 1184 455725 specific combination of g_utf8_strlen and g_pattern_match... 2020 - g_pattern_match has been optimized to avoid
|
D | ChangeLog.pre-2-0 | 1246 (g_pattern_match_string): call just g_pattern_match() with NULL 1248 (g_pattern_match): allow NULL reversed strings now, reverse_dup
|