Searched refs:UnicodeCharSet (Results 1 – 3 of 3) sorted by relevance
211 static const UnicodeCharSet NonPrintables(NonPrintableRanges); in isPrintable()310 static const UnicodeCharSet CombiningCharacters(CombiningCharacterRanges); in charWidth()336 static const UnicodeCharSet DoubleWidthCharacters(DoubleWidthCharacterRanges); in charWidth()
42 class UnicodeCharSet {59 LLVM_CONSTEXPR UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {} in UnicodeCharSet() function61 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) { in UnicodeCharSet() function
1360 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()