Home
last modified time | relevance | path

Searched refs:hit_tokens (Results 1 – 3 of 3) sorted by relevance

/dports/devel/glib20/glib-2.70.4/glib/
H A Dgstrfuncs.c3179 gchar **hit_tokens; in g_str_match_string() local
3187hit_tokens = g_str_tokenize_and_fold (potential_hit, NULL, accept_alternates ? &alternates : NULL); in g_str_match_string()
3193 for (j = 0; hit_tokens[j]; j++) in g_str_match_string()
3194 if (g_str_has_prefix (hit_tokens[j], term_tokens[i])) in g_str_match_string()
3210 g_strfreev (hit_tokens); in g_str_match_string()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkemojichooser.c696 const char **hit_tokens) in match_tokens() argument
705 for (j = 0; hit_tokens[j]; j++) in match_tokens()
706 if (g_str_has_prefix (hit_tokens[j], term_tokens[i])) in match_tokens()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkemojichooser.c819 const char **hit_tokens) in match_tokens() argument
828 for (j = 0; hit_tokens[j]; j++) in match_tokens()
829 if (g_str_has_prefix (hit_tokens[j], term_tokens[i])) in match_tokens()