Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DUnicode.cpp229 return ErrorNonPrintableCharacter; in charWidth()
353 return ErrorNonPrintableCharacter; in columnWidthUTF8()
368 return ErrorNonPrintableCharacter; in columnWidthUTF8()
DFormattedStream.cpp32 if (Width != sys::unicode::ErrorNonPrintableCharacter) in UpdatePosition()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DUnicode.h25 ErrorNonPrintableCharacter = -1 enumerator