Searched refs:mDNSisUTF8Tail (Results 1 – 1 of 1) sorted by relevance
837 mDNSlocal mDNSBool mDNSisUTF8Tail(const mDNSu8 byte) in mDNSisUTF8Tail() function862 return ((len >= 2) && mDNSByteInRange(bytes[0], 0xC2, 0xDF) && mDNSisUTF8Tail(bytes[1])); in mDNSBytesStartWithWellFormedUTF8TwoByteSequence()876 if ((len >= 3) && mDNSisUTF8Tail(bytes[2])) in mDNSBytesStartWithWellFormedUTF8ThreeByteSequence()887 if (mDNSisUTF8Tail(bytes[1])) in mDNSBytesStartWithWellFormedUTF8ThreeByteSequence()913 if ((len >= 4) && mDNSisUTF8Tail(bytes[2]) && mDNSisUTF8Tail(bytes[3])) in mDNSBytesStartWithWellFormedUTF8FourByteSequence()924 if (mDNSisUTF8Tail(bytes[1])) in mDNSBytesStartWithWellFormedUTF8FourByteSequence()