Searched refs:kMaxOneByteCharCode (Results 1 – 20 of 20) sorted by relevance
748 c0_ <= String::kMaxOneByteCharCode) { in SlowScanJsonString()789 value <= String::kMaxOneByteCharCode) { in SlowScanJsonString()920 if (seq_one_byte || c0_ <= String::kMaxOneByteCharCode) { in ScanJsonString()
349 String::kMaxOneByteCharCode) { in UnescapeSlow()
284 if (gap_[i] > String::kMaxOneByteCharCode) { in InitializeGap()
5999 Branch(Int32LessThanOrEqual(code, Int32Constant(String::kMaxOneByteCharCode)), in StringFromSingleCharCode()
12111 if (c > String::kMaxOneByteCharCode) { in StringMatchBackwards()
1563 if (letters[i] <= String::kMaxOneByteCharCode) { in GetCaseIndependentLetters()1636 char_mask = String::kMaxOneByteCharCode; in ShortCutEmitCharacterPair()1888 if (*border - 1 > String::kMaxOneByteCharCode && // Latin1 case. in SplitSearchSpace()2082 max_char = String::kMaxOneByteCharCode; in EmitCharClass()2366 char_mask = String::kMaxOneByteCharCode; in Rationalize()2375 if ((pos->mask & String::kMaxOneByteCharCode) != 0) { in Rationalize()2425 char_mask = String::kMaxOneByteCharCode; in EmitQuickCheck()2482 char_mask = String::kMaxOneByteCharCode; in GetQuickCheckDetails()2764 ranges->at(0).to() >= String::kMaxOneByteCharCode) { in FilterOneByte()2772 ranges->at(0).from() > String::kMaxOneByteCharCode) { in FilterOneByte()[all …]
74 if (code > String::kMaxOneByteCharCode) { in BUILTIN()
682 Int32GreaterThan(code16, Int32Constant(String::kMaxOneByteCharCode)), in TF_BUILTIN()
348 static const int32_t kMaxOneByteCharCode = unibrow::Latin1::kMaxChar; variable
455 DCHECK(index >= 0 && index < length() && value <= kMaxOneByteCharCode); in SeqOneByteStringSet()
249 DCHECK_GE(String::kMaxOneByteCharCode, str[i]); in CheckCharacters()568 if ((mode_ != LATIN1) || (kTableMask != String::kMaxOneByteCharCode)) { in CheckBitInTable()
625 *factory->NewFixedArray(String::kMaxOneByteCharCode + 1, TENURED)); in CreateInitialObjects()
519 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) { in CheckBitInTable()
511 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) { in CheckBitInTable()
482 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) { in CheckBitInTable()
529 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) { in CheckBitInTable()
488 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) { in CheckBitInTable()
473 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) { in CheckBitInTable()
499 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) { in CheckBitInTable()
3010 code, __ Uint32Constant(String::kMaxOneByteCharCode)); in LowerStringFromSingleCharCode()3132 code, __ Uint32Constant(String::kMaxOneByteCharCode)); in LowerStringFromSingleCodePoint()