Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DUnicodeNameToCodepointGenerated.cpp74 extern const std::size_t UnicodeNameToCodepointLargestNameSize;
21097 const std::size_t UnicodeNameToCodepointLargestNameSize = 74; variable
H A DUnicodeNameToCodepoint.cpp27 extern const std::size_t UnicodeNameToCodepointLargestNameSize;
479 std::min(NormalizedName.size(), UnicodeNameToCodepointLargestNameSize) + in nearestMatchesForCodepointName()
483 UnicodeNameToCodepointLargestNameSize + 1; in nearestMatchesForCodepointName()
486 Columns * (UnicodeNameToCodepointLargestNameSize + 1), 0); in nearestMatchesForCodepointName()