Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DUnicodeCharSets.h14 static const llvm::sys::UnicodeCharRange C11AllowedIDCharRanges[] = {
46 static const llvm::sys::UnicodeCharRange CXX03AllowedIDCharRanges[] = {
165 static const llvm::sys::UnicodeCharRange C99AllowedIDCharRanges[] = {
384 static const llvm::sys::UnicodeCharRange C11DisallowedInitialIDCharRanges[] = {
392 static const llvm::sys::UnicodeCharRange C99DisallowedInitialIDCharRanges[] = {
401 static const llvm::sys::UnicodeCharRange UnicodeWhitespaceCharRanges[] = {
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DUnicodeCharRanges.h23 struct UnicodeCharRange { struct
28 inline bool operator<(uint32_t Value, UnicodeCharRange Range) { argument
31 inline bool operator<(UnicodeCharRange Range, uint32_t Value) {
40 typedef ArrayRef<UnicodeCharRange> CharRanges;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DUnicode.cpp25 static const UnicodeCharRange NonPrintableRanges[] = { in isPrintable()
234 static const UnicodeCharRange CombiningCharacterRanges[] = { in charWidth()
314 static const UnicodeCharRange DoubleWidthCharacterRanges[] = { in charWidth()