Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp269 StringRef Syllable(HangulSyllables[I][Column]); in findSyllable() local
270 if (int(Syllable.size()) <= Len) in findSyllable()
274 bool DoesStartWith = startsWith(Name, Syllable, Strict, Consummed, in findSyllable()