Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A DName.pm526 my $VCount = 21;
528 my $NCount = $VCount * $TCount;
545 return ($L * $VCount + $V) * $TCount + $T + $SBase;
H A Dmktables1408 my $VCount = 21;
1410 my $NCount = $VCount * $TCount;
12599 elsif ($cp <= $VBase + $VCount) {
17390 for my $i ($VBase .. $VBase + $VCount - 1) {
17498 my \$VCount = $VCount;
17500 my \$NCount = \$VCount * \$TCount;
17524 return ($L * $VCount + $V) * $TCount + $T + $SBase;
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp258 constexpr const uint32_t VCount = 21; variable
264 static std::size_t CountPerColumn[] = {LCount, VCount, TCount}; in findSyllable()
313 return SBase + (std::uint32_t(L) * VCount + std::uint32_t(V)) * TCount + in nameToHangulCodePoint()
/openbsd-src/gnu/usr.bin/perl/dist/Unicode-Normalize/
H A Dmkheader86 use constant VCount => 21;
/openbsd-src/gnu/usr.bin/perl/
H A Dregcomp.c16197 const int VCount = C_ARRAY_LENGTH(JamoV); in S_handle_names_wildcard()
16217 for (V = 0; V < VCount; V++) { in S_handle_names_wildcard()
16093 const int VCount = C_ARRAY_LENGTH(JamoV); S_handle_names_wildcard() local