Searched refs:endsWithASCIISpaces (Results 1 – 1 of 1) sorted by relevance
157 static inline bool endsWithASCIISpaces(const CharacterType* characters, unsigned pos, unsigned end) in endsWithASCIISpaces() function182 return endsWithASCIISpaces(renderText->characters8(), pos, length); in reachedEndOfTextRenderer()183 return endsWithASCIISpaces(renderText->characters16(), pos, length); in reachedEndOfTextRenderer()