Lines Matching refs:unibrow
742 bool ContainsOnlyUtf16CodeUnits(unibrow::uchar* chars, int length) { in ContainsOnlyUtf16CodeUnits()
743 STATIC_ASSERT(sizeof(unibrow::uchar) == 4); in ContainsOnlyUtf16CodeUnits()
754 bool one_byte_subject, unibrow::uchar* letters, in GetCaseIndependentLetters()
785 letters[items++] = static_cast<unibrow::uchar>(cu); in GetCaseIndependentLetters()
835 unibrow::uchar chars[4]; in EmitAtomNonLetter()
895 unibrow::uchar chars[4]; in EmitAtomLetter()
1604 unibrow::uchar chars[4]; in GetQuickCheckDetails()
1882 c = unibrow::Latin1::TryConvertToLatin1(c); in FilterOneByte()
1884 if (c > unibrow::Latin1::kMaxChar) return set_replacement(nullptr); in FilterOneByte()
2357 quark = unibrow::Latin1::TryConvertToLatin1(quark); in TextEmitPass()
3847 unibrow::uchar chars[4]; in FillInBMInfo()