Searched defs:HomoglyphPair (Results 1 – 1 of 1) sorted by relevance
1519 struct HomoglyphPair { in maybeDiagnoseUTF8Homoglyph() struct1520 uint32_t Character; in maybeDiagnoseUTF8Homoglyph()1521 char LooksLike; in maybeDiagnoseUTF8Homoglyph()1522 bool operator<(HomoglyphPair R) const { return Character < R.Character; } in maybeDiagnoseUTF8Homoglyph()