Home
last modified time | relevance | path

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

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