Searched refs:charAllowsLetterSpacing (Results 1 – 1 of 1) sorted by relevance
344 bool charAllowsLetterSpacing(char16_t chr) { in charAllowsLetterSpacing() function349 return std::all_of(string.begin(), string.end(), charAllowsLetterSpacing); in allowsLetterSpacing()