Searched refs:prev_codepoint (Results 1 – 2 of 2) sorted by relevance
104 bool IsSkippableForSearch(char32_t codepoint, char32_t prev_codepoint) { in IsSkippableForSearch() argument109 if (BothAreSpaces(NormalizeForSearch(codepoint), NormalizeForSearch(prev_codepoint))) { in IsSkippableForSearch()
36 bool IsSkippableForSearch(char32_t codepoint, char32_t prev_codepoint);