Searched refs:HomoglyphPair (Results 1 – 1 of 1) sorted by relevance
1519 struct HomoglyphPair { in maybeDiagnoseUTF8Homoglyph() struct1522 bool operator<(HomoglyphPair R) const { return Character < R.Character; } in maybeDiagnoseUTF8Homoglyph() argument1524 static constexpr HomoglyphPair SortedHomoglyphs[] = { in maybeDiagnoseUTF8Homoglyph()1578 std::end(SortedHomoglyphs) - 1, HomoglyphPair{C, '\0'}); in maybeDiagnoseUTF8Homoglyph()