Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DUnicode.cpp235 static const UnicodeCharRange CombiningCharacterRanges[] = { in charWidth() local
310 static const UnicodeCharSet CombiningCharacters(CombiningCharacterRanges); in charWidth()