OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnicodeCharSet
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Support/
UnicodeCharRanges.h
42
class
UnicodeCharSet
{
46
/// \brief Constructs a
UnicodeCharSet
instance from an array of
50
/// the
UnicodeCharSet
instance, and should not change. Array is validated by
51
/// the constructor, so it makes sense to create as few
UnicodeCharSet
53
UnicodeCharSet
(CharRanges Ranges) : Ranges(Ranges) {
/external/clang/lib/Lex/
Lexer.cpp
[
all
...]
/external/llvm/lib/Support/
Unicode.cpp
211
static const
UnicodeCharSet
NonPrintables(NonPrintableRanges);
310
static const
UnicodeCharSet
CombiningCharacters(CombiningCharacterRanges);
336
static const
UnicodeCharSet
DoubleWidthCharacters(DoubleWidthCharacterRanges);
Completed in 490 milliseconds