Searched refs:SortedHomoglyphs (Results 1 – 1 of 1) sorted by relevance
1524 static constexpr HomoglyphPair SortedHomoglyphs[] = { in maybeDiagnoseUTF8Homoglyph() local1577 std::lower_bound(std::begin(SortedHomoglyphs), in maybeDiagnoseUTF8Homoglyph()1578 std::end(SortedHomoglyphs) - 1, HomoglyphPair{C, '\0'}); in maybeDiagnoseUTF8Homoglyph()