Lines Matching refs:kMaxOneByteCharCode
1601 if (!one_byte_subject || character <= String::kMaxOneByteCharCode) { in GetCaseIndependentLetters()
1675 char_mask = String::kMaxOneByteCharCode; in ShortCutEmitCharacterPair()
1927 if (*border - 1 > String::kMaxOneByteCharCode && // Latin1 case. in SplitSearchSpace()
2126 max_char = String::kMaxOneByteCharCode; in EmitCharClass()
2425 char_mask = String::kMaxOneByteCharCode; in Rationalize()
2434 if ((pos->mask & String::kMaxOneByteCharCode) != 0) { in Rationalize()
2484 char_mask = String::kMaxOneByteCharCode; in EmitQuickCheck()
2536 char_mask = String::kMaxOneByteCharCode; in GetQuickCheckDetails()
2801 if (c <= String::kMaxOneByteCharCode) continue; in FilterOneByte()
2824 ranges->at(0).to() >= String::kMaxOneByteCharCode) { in FilterOneByte()
2831 ranges->at(0).from() > String::kMaxOneByteCharCode) { in FilterOneByte()
3249 if (quarks[j] > String::kMaxOneByteCharCode) { in TextEmitPass()
3434 max_char = String::kMaxOneByteCharCode; in GetSuccessorOfOmnivorousTextNode()
3638 max_char_ = String::kMaxOneByteCharCode; in BoyerMooreLookahead()
5341 if (bottom > String::kMaxOneByteCharCode) return; in AddCaseEquivalents()
5342 if (top > String::kMaxOneByteCharCode) top = String::kMaxOneByteCharCode; in AddCaseEquivalents()
5881 bm->max_char() == String::kMaxOneByteCharCode, in FillInBMInfo()