Searched refs:kMaxUtf16CodeUnit (Results 1 – 6 of 6) sorted by relevance
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()[all …]
4315 return new(zone) Range(0, String::kMaxUtf16CodeUnit);
6980 static const int kMaxUtf16CodeUnit = 0xffff; variable
526 ASSERT(minus < String::kMaxUtf16CodeUnit); in CheckNotCharacterAfterMinusAnd()
567 ASSERT(minus < String::kMaxUtf16CodeUnit); in CheckNotCharacterAfterMinusAnd()
475 ASSERT(minus < String::kMaxUtf16CodeUnit); in CheckNotCharacterAfterMinusAnd()