HomeSort by: relevance | last modified time | path
    Searched defs:isPrintable (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
Unicode.cpp 22 bool isPrintable(int UCS) {
222 /// identified by isPrintable);
228 if (!isPrintable(UCS))
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
CharInfo.h 139 LLVM_READONLY inline bool isPrintable(unsigned char c) {

Completed in 24 milliseconds