Home
last modified time | relevance | path

Searched refs:NeedlePos (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp135 auto NeedlePos = Needle.begin(); in startsWith() local
160 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()