Home
last modified time | relevance | path

Searched refs:ErrorNonPrintableCharacter (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DUnicode.cpp299 /// * ErrorNonPrintableCharacter (-1) for non-printable characters (as
306 return ErrorNonPrintableCharacter; in charWidth()
490 return ErrorNonPrintableCharacter; in columnWidthUTF8()
505 return ErrorNonPrintableCharacter; in columnWidthUTF8()
H A DFormattedStream.cpp32 if (Width != sys::unicode::ErrorNonPrintableCharacter) in UpdatePosition()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DUnicode.h29 ErrorNonPrintableCharacter = -1 enumerator