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