Lines Matching refs:kMaxUtf16CodeUnit
1638 char_mask = String::kMaxUtf16CodeUnit; in ShortCutEmitCharacterPair()
1927 DCHECK_LE(min_char, String::kMaxUtf16CodeUnit); in GenerateBranches()
1928 DCHECK_LE(max_char, String::kMaxUtf16CodeUnit); in GenerateBranches()
2084 max_char = String::kMaxUtf16CodeUnit; in EmitCharClass()
2368 char_mask = String::kMaxUtf16CodeUnit; in Rationalize()
2427 char_mask = String::kMaxUtf16CodeUnit; in EmitQuickCheck()
2484 char_mask = String::kMaxUtf16CodeUnit; in GetQuickCheckDetails()
3399 max_char = String::kMaxUtf16CodeUnit; in GetSuccessorOfOmnivorousTextNode()
3605 max_char_ = String::kMaxUtf16CodeUnit; in BoyerMooreLookahead()
5036 zone, CharacterRange::Range(0, String::kMaxUtf16CodeUnit)); in UnanchoredAdvance()
5906 if (bottom > String::kMaxUtf16CodeUnit) continue; in AddCaseEquivalents()
5907 uc32 top = Min(range.to(), String::kMaxUtf16CodeUnit); in AddCaseEquivalents()