Lines Matching refs:mode_
101 mode_(mode), in RegExpMacroAssemblerX64()
236 if (mode_ == LATIN1) { in CheckNotBackReferenceIgnoreCase()
295 DCHECK(mode_ == UC16); in CheckNotBackReferenceIgnoreCase()
416 if (mode_ == LATIN1) { in CheckNotBackReference()
420 DCHECK(mode_ == UC16); in CheckNotBackReference()
519 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) { in CheckBitInTable()
539 if (mode_ == LATIN1) { in CheckSpecialCharacterClass()
578 if (mode_ == UC16) { in CheckSpecialCharacterClass()
595 if (mode_ == LATIN1) { in CheckSpecialCharacterClass()
611 if (mode_ != LATIN1) { in CheckSpecialCharacterClass()
625 if (mode_ != LATIN1) { in CheckSpecialCharacterClass()
635 if (mode_ != LATIN1) { in CheckSpecialCharacterClass()
750 if (mode_ == UC16) { in GetCode()
823 if (mode_ == UC16) { in GetCode()
835 if (mode_ == UC16) { in GetCode()
872 if (mode_ == UC16) { in GetCode()
1363 if (mode_ == LATIN1) { in LoadCurrentCharacterUnchecked()
1373 DCHECK(mode_ == UC16); in LoadCurrentCharacterUnchecked()