Searched refs:UTF8Length (Results 1 – 1 of 1) sorted by relevance
75 size_t UTF8Length = llvm::countLeadingOnes(C); in iterateCodepoints() local78 if (LLVM_UNLIKELY(UTF8Length < 2 || UTF8Length > 4)) { in iterateCodepoints()91 I += UTF8Length; // Skip over all trailing bytes. in iterateCodepoints()94 if (CB(UTF8Length, UTF8Length == 4 ? 2 : 1)) in iterateCodepoints()