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

/freebsd-10.3-release/contrib/llvm/lib/Support/
H A DConvertUTF.c110 * If your compiler supports it, the "isLegalUTF8" call can be turned
354 static Boolean isLegalUTF8(const UTF8 *source, int length) { function
390 return isLegalUTF8(source, length);
412 if (length > sourceEnd - *source || !isLegalUTF8(*source, length))
434 if (!isLegalUTF8(source, extraBytesToRead+1)) {
507 if (!isLegalUTF8(source, extraBytesToRead+1)) {

Completed in 92 milliseconds