Home
last modified time | relevance | path

Searched refs:UTF8Length (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSourceCode.cpp75 size_t UTF8Length = llvm::countLeadingOnes(C); in iterateCodepoints() local
78 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()