Searched refs:IsSkippableForSearch (Results 1 – 3 of 3) sorted by relevance
36 bool IsSkippableForSearch(char32_t codepoint, char32_t prev_codepoint);
104 bool IsSkippableForSearch(char32_t codepoint, char32_t prev_codepoint) { in IsSkippableForSearch() function
500 } else if (IsSkippableForSearch(page_char, prev_char) && query_index > 0) { in IsMatch()