Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DUnicode.cpp211 static const UnicodeCharSet NonPrintables(NonPrintableRanges); in isPrintable()
310 static const UnicodeCharSet CombiningCharacters(CombiningCharacterRanges); in charWidth()
336 static const UnicodeCharSet DoubleWidthCharacters(DoubleWidthCharacterRanges); in charWidth()
/external/llvm/include/llvm/Support/
DUnicodeCharRanges.h42 class UnicodeCharSet {
59 LLVM_CONSTEXPR UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {} in UnicodeCharSet() function
61 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) { in UnicodeCharSet() function
/external/clang/lib/Lex/
DLexer.cpp1360 static const llvm::sys::UnicodeCharSet C11AllowedIDChars( in isAllowedIDChar()
1364 static const llvm::sys::UnicodeCharSet CXX03AllowedIDChars( in isAllowedIDChar()
1368 static const llvm::sys::UnicodeCharSet C99AllowedIDChars( in isAllowedIDChar()
1379 static const llvm::sys::UnicodeCharSet C11DisallowedInitialIDChars( in isAllowedInitiallyIDChar()
1385 static const llvm::sys::UnicodeCharSet C99DisallowedInitialIDChars( in isAllowedInitiallyIDChar()
1406 static const llvm::sys::UnicodeCharSet C99AllowedIDChars( in maybeDiagnoseIDCharCompat()
1408 static const llvm::sys::UnicodeCharSet C99DisallowedInitialIDChars( in maybeDiagnoseIDCharCompat()
1423 static const llvm::sys::UnicodeCharSet CXX03AllowedIDChars( in maybeDiagnoseIDCharCompat()
2809 static const llvm::sys::UnicodeCharSet UnicodeWhitespaceChars( in CheckUnicodeWhitespace()