Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp486 std::vector<char> Distances( in nearestMatchesForCodepointName() local
489 auto Get = [&Distances, Columns](size_t Column, std::size_t Row) -> char & { in nearestMatchesForCodepointName()
492 return Distances[Row * Columns + Column]; in nearestMatchesForCodepointName()