Searched refs:isPunct (Results 1 – 2 of 2) sorted by relevance
149 inline bool isPunct(char C) { function
29 if (isAlnum(UC) || isPunct(UC)) { in printChar()