Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp256 constexpr const uint32_t VCount = 21; variable
262 static std::size_t CountPerColumn[] = {LCount, VCount, TCount}; in findSyllable()
310 return SBase + (std::uint32_t(L) * VCount + std::uint32_t(V)) * TCount + in nameToHangulCodePoint()