Searched refs:term_tokens (Results 1 – 1 of 1) sorted by relevance
3171 gchar **term_tokens; in g_str_match_string() local3179 term_tokens = g_str_tokenize_and_fold (search_term, NULL, NULL); in g_str_match_string()3184 for (i = 0; term_tokens[i]; i++) in g_str_match_string()3187 if (g_str_has_prefix (hit_tokens[j], term_tokens[i])) in g_str_match_string()3192 if (g_str_has_prefix (alternates[j], term_tokens[i])) in g_str_match_string()3202 g_strfreev (term_tokens); in g_str_match_string()