Searched refs:NeedlePos (Results 1 – 1 of 1) sorted by relevance
135 auto NeedlePos = Needle.begin(); in startsWith() local160 NeedlePos = in startsWith()161 IgnoreSpaces(NeedlePos, Needle.end(), PreviousCharInNeedle, IsPrefix); in startsWith()162 if (NeedlePos == Needle.end()) in startsWith()166 if (toUpper(*NeedlePos) != toUpper(*NamePos)) in startsWith()168 NeedlePos++; in startsWith()172 if (NeedlePos != Needle.end()) { in startsWith()175 return NeedlePos == Needle.end(); in startsWith()