Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp141 bool IgnoreEnd = false) { in startsWith() argument
149 ((Next != End && isAlnum(*Next)) || (Next == End && IgnoreEnd))); in startsWith()