Home | History | Annotate | Download | only in Basic

Lines Matching refs:StrLen

35   Output.append(Str, Str+strlen(Str));
438 template <std::size_t StrLen>
440 const char (&Str)[StrLen]) {
441 return StrLen-1 == ModifierLen && !memcmp(Modifier, Str, StrLen-1);
774 OutStr.append(S, S + strlen(S));
823 OutStr.append(S, S + strlen(S));