Home
last modified time | relevance | path

Searched refs:isLegalUTF8String (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DConvertUTFWrapper.cpp26 if (!isLegalUTF8String(&Pos, reinterpret_cast<const UTF8*>(Source.end()))) { in ConvertUTF8toWide()
276 if (!isLegalUTF8String(&Start, End)) in convertWideToUTF8()
H A DConvertUTF.cpp555 Boolean isLegalUTF8String(const UTF8 **source, const UTF8 *sourceEnd) { in isLegalUTF8String() function
H A DJSON.cpp699 if (LLVM_LIKELY(isLegalUTF8String(&Rest, Data + S.size()))) in isUTF8()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DEncoding.h36 if (llvm::isLegalUTF8String(&Ptr, BufEnd)) in detectEncoding()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DConvertUTF.h198 Boolean isLegalUTF8String(const UTF8 **source, const UTF8 *sourceEnd);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp552 if (llvm::isLegalUTF8String(&StrBegin, StrEnd)) { in BuildObjCBoxedExpr()