Searched defs:UnicodeCharRange (Results 1 - 1 of 1) 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;

Completed in 283 milliseconds