Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp262 static std::size_t CountPerColumn[] = {LCount, VCount, TCount}; in findSyllable() local
265 for (std::size_t I = 0; I < CountPerColumn[Column]; I++) { in findSyllable()