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/include/fxedit/
H A Dfxet_list.h140 FX_WORD GetFirstChar() const;
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp81 FX_WORD CFX_ListItem::GetFirstChar() const { function in class:CFX_ListItem
245 if (Toupper(pListItem->GetFirstChar()) == Toupper(nChar))

Completed in 152 milliseconds