Searched refs:ErrorNonPrintableCharacter (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DUnicode.h23 ErrorNonPrintableCharacter = -1 enumerator in enum:llvm::sys::unicode::ColumnWidthErrors
53 /// * ErrorNonPrintableCharacter (-1) if \p Text contains non-printable
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DUnicode.cpp222 /// * ErrorNonPrintableCharacter (-1) for non-printable characters (as
230 return ErrorNonPrintableCharacter;
358 return ErrorNonPrintableCharacter;

Completed in 94 milliseconds