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

/external/llvm/include/llvm/Support/
H A DUnicodeCharRanges.h27 struct UnicodeCharRange { struct in namespace:llvm::sys
32 inline bool operator<(uint32_t Value, UnicodeCharRange Range) {
35 inline bool operator<(UnicodeCharRange Range, uint32_t Value) {
39 /// \brief Holds a reference to an ordered array of UnicodeCharRange and allows
44 typedef ArrayRef<UnicodeCharRange> CharRanges;
/external/clang/lib/Lex/
H A DUnicodeCharSets.h15 static const llvm::sys::UnicodeCharRange C11AllowedIDCharRanges[] = {
47 static const llvm::sys::UnicodeCharRange CXX03AllowedIDCharRanges[] = {
166 static const llvm::sys::UnicodeCharRange C99AllowedIDCharRanges[] = {
385 static const llvm::sys::UnicodeCharRange C11DisallowedInitialIDCharRanges[] = {
393 static const llvm::sys::UnicodeCharRange C99DisallowedInitialIDCharRanges[] = {
402 static const llvm::sys::UnicodeCharRange UnicodeWhitespaceCharRanges[] = {
/external/llvm/lib/Support/
H A DUnicode.cpp26 static const UnicodeCharRange NonPrintableRanges[] = {
235 static const UnicodeCharRange CombiningCharacterRanges[] = {
315 static const UnicodeCharRange DoubleWidthCharacterRanges[] = {

Completed in 4135 milliseconds