Searched defs:CheckUnicodeWhitespace (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Lex/
H A DLexer.cpp2806 bool Lexer::CheckUnicodeWhitespace(Token &Result, uint32_t C, function in class:Lexer
3557 if (CheckUnicodeWhitespace(Result, CodePoint, CurPtr)) {
3589 if (CheckUnicodeWhitespace(Result, CodePoint, CurPtr)) {

Completed in 52 milliseconds