HomeSort by relevance Sort by last modified time
    Searched refs:UnicodeCharRange (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Support/
UnicodeCharRanges.h 27 struct UnicodeCharRange {
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/
UnicodeCharSets.h 15 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/
Unicode.cpp 26 static const UnicodeCharRange NonPrintableRanges[] = {
235 static const UnicodeCharRange CombiningCharacterRanges[] = {
315 static const UnicodeCharRange DoubleWidthCharacterRanges[] = {

Completed in 131 milliseconds