Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DConvertUTF.cpp177 result = sourceIllegal; in ConvertUTF32toUTF16()
187 result = sourceIllegal; in ConvertUTF32toUTF16()
243 result = sourceIllegal; in ConvertUTF16toUTF32()
256 if (result == sourceIllegal) { in ConvertUTF16toUTF32()
300 result = sourceIllegal; in ConvertUTF16toUTF8()
349 result = sourceIllegal; in ConvertUTF32toUTF8()
581 result = sourceIllegal; in ConvertUTF8toUTF16()
616 result = sourceIllegal; in ConvertUTF8toUTF16()
655 result = sourceIllegal; in ConvertUTF8toUTF32Impl()
673 result = sourceIllegal; in ConvertUTF8toUTF32Impl()
[all …]
H A DConvertUTFWrapper.cpp27 result = sourceIllegal; in ConvertUTF8toWide()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DConvertUTF.h152 sourceIllegal /* source sequence is illegal/malformed */ enumerator