H A D | UnicodeNameToCodepoint.cpp | 120 static bool startsWith(StringRef Name, StringRef Needle, bool Strict, in startsWith() argument 125 if (Strict) { in startsWith() 180 compareNode(uint32_t Offset, StringRef Name, bool Strict, in compareNode() argument 186 N.IsRoot || startsWith(Name, N.Name, Strict, Consummed, in compareNode() 201 compareNode(ChildOffset, Name.substr(Consummed), Strict, in compareNode() 217 compareNode(uint32_t Offset, StringRef Name, bool Strict, BufferType &Buffer) { in compareNode() argument 218 return compareNode(Offset, Name, Strict, 0, 0, Buffer); in compareNode() 261 static std::size_t findSyllable(StringRef Name, bool Strict, in findSyllable() argument 274 bool DoesStartWith = startsWith(Name, Syllable, Strict, Consummed, in findSyllable() 289 nameToHangulCodePoint(StringRef Name, bool Strict, BufferType &Buffer) { in nameToHangulCodePoint() argument [all …]
|