Searched refs:GetFirstChar (Results 1 – 6 of 6) sorted by relevance
125 static char GetFirstChar(Preprocessor &PP, const Token &Tok) { in GetFirstChar() function203 FirstChar = GetFirstChar(PP, Tok); in AvoidConcat()239 return GetFirstChar(PP, Tok) != '.'; in AvoidConcat()
112 uint16_t GetFirstChar() const;
44 uint16_t CPWL_ListCtrl::Item::GetFirstChar() const { in GetFirstChar() function in CPWL_ListCtrl::Item611 if (FXSYS_toupper(pListItem->GetFirstChar()) == FXSYS_toupper(nChar)) in FindNext()
411 uint16_t GetFirstChar();
390 Node* constant_repl = jsgraph()->Constant(string.GetFirstChar()); in TryReduceStringComparisonOfStringFromSingleCharCode()
890 uint16_t StringRef::GetFirstChar() { in GetFirstChar() function in v8::internal::compiler::StringRef