Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:continuation

849 // 10xxxxxx is a continuation byte of a multi-byte character
871 // Check if the byte right after the chop point is a UTF-8 continuation byte,
874 mDNSBool continuation = ((c1 & 0xC0) == 0x80);
876 if (!continuation && !secondsurrogate) break;
3056 // Now, back up until we find first non-continuation-char
3058 // Now s[i-1] is the first non-continuation-char
3059 // and (j-i) is the number of continuation-chars we found
3122 // allowed output. If s[i] is a UTF-8 continuation character, then we've cut a unicode character in half,
3123 // so back up 'i' until s[i] is no longer a UTF-8 continuation character. (if the input was proprly