Home
last modified time | relevance | path

Searched defs:isPrintable (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/unittests/Support/
H A DUnicodeTest.cpp63 TEST(Unicode, isPrintable) { in TEST() argument
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DUnicode.cpp23 bool isPrintable(int UCS) { in isPrintable() function
/minix3/external/bsd/llvm/dist/clang/unittests/Basic/
H A DCharInfoTest.cpp315 TEST(CharInfoTest, isPrintable) { in TEST() argument
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DCharInfo.h140 LLVM_READONLY static inline bool isPrintable(unsigned char c) { in isPrintable() function