Lines Matching full:char_vector
1762 Vector<const uc16> char_vector = characters_->ToConstVector();1763 int num_chars = char_vector.length();1765 Vector<const uc16> prefix = char_vector.SubVector(0, num_chars - 1);1767 char_vector = char_vector.SubVector(num_chars - 1, num_chars);1770 atom = new (zone()) RegExpAtom(char_vector);