Searched refs:IgnoreSpaces (Results 1 – 1 of 1) sorted by relevance
139 auto IgnoreSpaces = [](auto It, auto End, char &PreviousChar, in startsWith() local159 NamePos = IgnoreSpaces(NamePos, Name.end(), PreviousCharInName); in startsWith()161 IgnoreSpaces(NeedlePos, Needle.end(), PreviousCharInNeedle, IsPrefix); in startsWith()