OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetFirstChar
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Lex/
TokenConcatenation.cpp
123
///
GetFirstChar
- Get the first character of the token \arg Tok,
125
static char
GetFirstChar
(Preprocessor &PP, const Token &Tok) {
203
FirstChar =
GetFirstChar
(PP, Tok);
239
return
GetFirstChar
(PP, Tok) != '.';
/external/pdfium/fpdfsdk/pwl/
cpwl_list_impl.cpp
44
uint16_t CPWL_ListCtrl::Item::
GetFirstChar
() const {
611
if (FXSYS_toupper(pListItem->
GetFirstChar
()) == FXSYS_toupper(nChar))
Completed in 1138 milliseconds