Lines Matching refs:mode_
86 mode_(mode), in RegExpMacroAssemblerX87()
215 if (mode_ == LATIN1) { in CheckNotBackReferenceIgnoreCase()
285 DCHECK(mode_ == UC16); in CheckNotBackReferenceIgnoreCase()
387 if (mode_ == LATIN1) { in CheckNotBackReference()
391 DCHECK(mode_ == UC16); in CheckNotBackReference()
502 if (mode_ != LATIN1 || kTableMask != String::kMaxOneByteCharCode) { in CheckBitInTable()
519 if (mode_ == LATIN1) { in CheckSpecialCharacterClass()
558 if (mode_ == UC16) { in CheckSpecialCharacterClass()
569 if (mode_ != LATIN1) { in CheckSpecialCharacterClass()
583 if (mode_ != LATIN1) { in CheckSpecialCharacterClass()
593 if (mode_ != LATIN1) { in CheckSpecialCharacterClass()
610 if (mode_ == LATIN1) { in CheckSpecialCharacterClass()
615 DCHECK_EQ(UC16, mode_); in CheckSpecialCharacterClass()
706 if (mode_ == UC16) { in GetCode()
775 if (mode_ == UC16) { in GetCode()
788 if (mode_ == UC16) { in GetCode()
825 if (mode_ == UC16) { in GetCode()
1233 if (mode_ == LATIN1) { in LoadCurrentCharacterUnchecked()
1243 DCHECK(mode_ == UC16); in LoadCurrentCharacterUnchecked()