Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgstrfuncs.c3172 gchar **hit_tokens; in g_str_match_string() local
3180hit_tokens = g_str_tokenize_and_fold (potential_hit, NULL, accept_alternates ? &alternates : NULL); in g_str_match_string()
3186 for (j = 0; hit_tokens[j]; j++) in g_str_match_string()
3187 if (g_str_has_prefix (hit_tokens[j], term_tokens[i])) in g_str_match_string()
3203 g_strfreev (hit_tokens); in g_str_match_string()