Searched refs:UnicodeCharSet (Results 1 – 3 of 3) sorted by relevance
210 static const UnicodeCharSet NonPrintables(NonPrintableRanges); in isPrintable()309 static const UnicodeCharSet CombiningCharacters(CombiningCharacterRanges); in charWidth()335 static const UnicodeCharSet DoubleWidthCharacters(DoubleWidthCharacterRanges); in charWidth()
38 class UnicodeCharSet {55 constexpr UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {} in UnicodeCharSet() function57 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) { in UnicodeCharSet() function
1440 static const llvm::sys::UnicodeCharSet C11AllowedIDChars( in isAllowedIDChar()1444 static const llvm::sys::UnicodeCharSet CXX03AllowedIDChars( in isAllowedIDChar()1448 static const llvm::sys::UnicodeCharSet C99AllowedIDChars( in isAllowedIDChar()1459 static const llvm::sys::UnicodeCharSet C11DisallowedInitialIDChars( in isAllowedInitiallyIDChar()1465 static const llvm::sys::UnicodeCharSet C99DisallowedInitialIDChars( in isAllowedInitiallyIDChar()1486 static const llvm::sys::UnicodeCharSet C99AllowedIDChars( in maybeDiagnoseIDCharCompat()1488 static const llvm::sys::UnicodeCharSet C99DisallowedInitialIDChars( in maybeDiagnoseIDCharCompat()1503 static const llvm::sys::UnicodeCharSet CXX03AllowedIDChars( in maybeDiagnoseIDCharCompat()3105 static const llvm::sys::UnicodeCharSet UnicodeWhitespaceChars( in CheckUnicodeWhitespace()