HomeSort by relevance Sort by last modified time
    Searched refs:GetFirstChar (Results 1 - 6 of 6) 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.h 112 uint16_t GetFirstChar() const;
cpwl_list_impl.cpp 44 uint16_t CPWL_ListCtrl::Item::GetFirstChar() const {
611 if (FXSYS_toupper(pListItem->GetFirstChar()) == FXSYS_toupper(nChar))
  /external/v8/src/compiler/
js-heap-broker.h 411 uint16_t GetFirstChar();
typed-optimization.cc 390 Node* constant_repl = jsgraph()->Constant(string.GetFirstChar());
js-heap-broker.cc 890 uint16_t StringRef::GetFirstChar() {
    [all...]

Completed in 151 milliseconds