Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DUnicode.cpp303 return ErrorNonPrintableCharacter; in charWidth()
427 return ErrorNonPrintableCharacter; in columnWidthUTF8()
442 return ErrorNonPrintableCharacter; in columnWidthUTF8()
H A DFormattedStream.cpp32 if (Width != sys::unicode::ErrorNonPrintableCharacter) in UpdatePosition()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DUnicode.h29 ErrorNonPrintableCharacter = -1 enumerator