Home
last modified time | relevance | path

Searched refs:isPrintable (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DUnicode.cpp22 bool isPrintable(int UCS) { in isPrintable() function
228 if (!isPrintable(UCS)) in charWidth()
H A DLocale.cpp14 return llvm::sys::unicode::isPrintable(UCS); in isPrint()
H A DYAMLParser.cpp731 sys::unicode::isPrintable(UnicodeScalarValue.first)) in escape()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DUnicode.h44 bool isPrintable(int UCS);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCharInfo.h139 LLVM_READONLY inline bool isPrintable(unsigned char c) { in isPrintable() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp435 if (isPrintable(Char) && Char != '\\' && Char != '"') in outputPrintable()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp216 if (isPrintable(ResultChar)) in ProcessCharEscape()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp930 if (Val < 256 && isPrintable((unsigned char)Val)) in print()
1153 if (isPrintable(Char)) in outputString()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Dsystime.d10340 import std.ascii : isDigit, isAlpha, isPrintable;
10529 if (!value.empty && isPrintable(value[0]) && value[0] != ' ' && value[0] != '(')
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Dsystime.d9599 if (!value.empty && isPrintable(value[0]) && value[0] != ' ' && value[0] != '(') in version()