Lines Matching refs:Latin1
752 // that cannot occur in the source string because it is Latin1.
1058 // For very large search spaces we do a binary chop search of the non-Latin1
1067 // The first test ensures that we get to the code that handles the Latin1
1069 // character range (even non-Latin1 charset-based text has spaces and
1071 if (*border - 1 > String::kMaxOneByteCharCode && // Latin1 case.
1608 // This can happen because all case variants are non-Latin1, but we
1609 // know the input is Latin1.
1882 c = unibrow::Latin1::TryConvertToLatin1(c);
1884 if (c > unibrow::Latin1::kMaxChar) return set_replacement(nullptr);
2356 // invalid by using the Latin1 equivalent instead.
2357 quark = unibrow::Latin1::TryConvertToLatin1(quark);