Lines Matching refs:kMaxUtf16CodeUnit
1447 char_mask = String::kMaxUtf16CodeUnit; in ShortCutEmitCharacterPair()
1549 max_char = String::kMaxUtf16CodeUnit; in EmitCharClass()
1645 if (to != String::kMaxUtf16CodeUnit) { in EmitCharClass()
1838 char_mask = String::kMaxUtf16CodeUnit; in Rationalize()
1890 char_mask = String::kMaxUtf16CodeUnit; in EmitQuickCheck()
1942 char_mask = String::kMaxUtf16CodeUnit; in GetQuickCheckDetails()
4082 ASSERT(elmv[elmc-1] != String::kMaxUtf16CodeUnit); in AddClassNegated()
4090 ranges->Add(CharacterRange(last, String::kMaxUtf16CodeUnit)); in AddClassNegated()
4636 if (from < String::kMaxUtf16CodeUnit) { in Negate()
4637 negated_ranges->Add(CharacterRange(from + 1, String::kMaxUtf16CodeUnit)); in Negate()
4800 if (entry->to() == String::kMaxUtf16CodeUnit) in AddRange()
5120 if (ranges->at(length - 1).to() == String::kMaxUtf16CodeUnit) { in ComputeFirstCharacterSet()
5210 if (range.to() == String::kMaxUtf16CodeUnit) { in AddInverse()
5217 AddRange(CharacterRange(last, String::kMaxUtf16CodeUnit)); in AddInverse()