Home
last modified time | relevance | path

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

/src/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()
/src/crypto/krb5/src/lib/krb5/unicode/ucdata/
H A Ducdata.c621 LCount = 19, VCount = 21, TCount = 28, in uccomp_hangul() local
622 NCount = VCount * TCount, /* 588 */ in uccomp_hangul()
637 if (vindex < (krb5_ui_4) VCount) { in uccomp_hangul()
639 last = SBase + (lindex * VCount + vindex) * TCount; in uccomp_hangul()