Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp185 bool DoesStartWith = in compareNode() local
188 if (!DoesStartWith) in compareNode()
274 bool DoesStartWith = startsWith(Name, Syllable, Strict, Consummed, in findSyllable() local
276 if (!DoesStartWith) in findSyllable()
294 bool DoesStartWith = startsWith(Name, "HANGUL SYLLABLE ", Strict, Consummed, in nameToHangulCodePoint() local
296 if (!DoesStartWith) in nameToHangulCodePoint()
352 bool DoesStartWith = startsWith(Name, Item.Prefix, Strict, Consummed, in nameToGeneratedCodePoint() local
354 if (!DoesStartWith) in nameToGeneratedCodePoint()