Searched refs:right_codepoint (Results 1 – 1 of 1) sorted by relevance
94 bool BothAreSpaces(char32_t left_codepoint, char32_t right_codepoint) { in BothAreSpaces() argument95 return left_codepoint == '\x20' && right_codepoint == '\x20'; in BothAreSpaces()