Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
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/include/llvm/Support/
DUnicodeCharRanges.h27 struct UnicodeCharRange { struct
32 inline bool operator<(uint32_t Value, UnicodeCharRange Range) { argument
35 inline bool operator<(UnicodeCharRange Range, uint32_t Value) {
44 typedef ArrayRef<UnicodeCharRange> CharRanges;
/external/llvm/lib/Support/
DUnicode.cpp26 static const UnicodeCharRange NonPrintableRanges[] = { in isPrintable()
235 static const UnicodeCharRange CombiningCharacterRanges[] = { in charWidth()
315 static const UnicodeCharRange DoubleWidthCharacterRanges[] = { in charWidth()