Searched refs:GetFirstChar (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Lex/
H A DTokenConcatenation.cpp123 /// GetFirstChar - Get the first character of the token \arg Tok,
125 static char GetFirstChar(Preprocessor &PP, const Token &Tok) { function
203 FirstChar = GetFirstChar(PP, Tok);
239 return GetFirstChar(PP, Tok) != '.';
/external/pdfium/fpdfsdk/fxedit/
H A Dfxet_list.h117 uint16_t GetFirstChar() const;
H A Dfxet_list.cpp64 uint16_t CFX_ListItem::GetFirstChar() const { function in class:CFX_ListItem
746 if (Toupper(pListItem->GetFirstChar()) == Toupper(nChar))

Completed in 148 milliseconds