Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DConvertUTF.cpp381 static Boolean isLegalUTF8(const UTF8 *source, int length) { in isLegalUTF8() function
417 return isLegalUTF8(source, length); in isLegalUTF8Sequence()
532 if (length > sourceEnd - *source || !isLegalUTF8(*source, length)) in isLegalUTF8String()
554 if (!isLegalUTF8(source, extraBytesToRead+1)) { in ConvertUTF8toUTF16()
646 if (!isLegalUTF8(source, extraBytesToRead+1)) { in ConvertUTF8toUTF32Impl()