Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DSourceCode.cpp78 size_t UTF8Length = llvm::countLeadingOnes(C); in iterateCodepoints() local
81 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()