Lines Matching refs:kMaxUtf16CodeUnit
104 DCHECK(ranges[ranges_length - 1] == String::kMaxUtf16CodeUnit + 1); in AddRange()
1677 char_mask = String::kMaxUtf16CodeUnit; in ShortCutEmitCharacterPair()
2128 max_char = String::kMaxUtf16CodeUnit; in EmitCharClass()
2427 char_mask = String::kMaxUtf16CodeUnit; in Rationalize()
2486 char_mask = String::kMaxUtf16CodeUnit; in EmitQuickCheck()
2538 char_mask = String::kMaxUtf16CodeUnit; in GetQuickCheckDetails()
3436 max_char = String::kMaxUtf16CodeUnit; in GetSuccessorOfOmnivorousTextNode()
3640 max_char_ = String::kMaxUtf16CodeUnit; in BoyerMooreLookahead()
5221 DCHECK(elmv[elmc-1] != String::kMaxUtf16CodeUnit); in AddClassNegated()
5229 ranges->Add(CharacterRange(last, String::kMaxUtf16CodeUnit), zone); in AddClassNegated()
5563 if (from < String::kMaxUtf16CodeUnit) { in Negate()
5564 negated_ranges->Add(CharacterRange(from + 1, String::kMaxUtf16CodeUnit), in Negate()
5691 if (entry->to() == String::kMaxUtf16CodeUnit) in AddRange()
5991 if (range.to() == String::kMaxUtf16CodeUnit) { in AddInverse()
5998 AddRange(CharacterRange(last, String::kMaxUtf16CodeUnit)); in AddInverse()