Searched refs:isPrint (Results 1 – 6 of 6) sorted by relevance
11 bool isPrint(int c);
16 bool isPrint(int UCS) { in isPrint() function
154 inline void isPrint(UChar32 ch) in isPrint() function
163 return new CharPerfFunction(isPrint, MIN_, MAX_); in TestIsPrint()
641 if (llvm::sys::locale::isPrint(c) || c == '\t') { in FormatDiagnostic()
136 if (!llvm::sys::locale::isPrint(c)) { in printableTextForNextCharacter()