Home | History | Annotate | Download | only in Lex

Lines Matching full:strlen

563   PP.CreateString(TmpBuffer, strlen(TmpBuffer), TmpTok);
571 PP.CreateString(TmpBuffer, strlen(TmpBuffer), TmpTok);
917 Tok.setLength(strlen("\"Mmm dd yyyy\""));
926 Tok.setLength(strlen("\"hh:mm:ss\""));
967 OS << '"' << StringRef(Result, strlen(Result)-1) << '"';