Searched refs:hit_tokens (Results 1 – 3 of 3) sorted by relevance
3179 gchar **hit_tokens; in g_str_match_string() local3187 …hit_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()
696 const char **hit_tokens) in match_tokens() argument705 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()
819 const char **hit_tokens) in match_tokens() argument828 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()