Lines Matching refs:RegExp
56 const scoped_ptr<const RegExp> digits;
57 const scoped_ptr<const RegExp> parentheses_digits;
58 const scoped_ptr<const RegExp> single_digit;
59 const scoped_ptr<const RegExp> two_digit_groups;
60 const scoped_ptr<const RegExp> six_digit_groups;
116 const scoped_ptr<const RegExp> plus_sign(factory.CreateRegExp("(\\+)"));
201 const scoped_ptr<const RegExp> reg_exp(factory.CreateRegExp("([\\da-z]+)"));
227 const scoped_ptr<const RegExp> reg_exp(factory.CreateRegExp("([\\da-z]+)"));
261 const scoped_ptr<const RegExp> single_letter(
334 const scoped_ptr<const RegExp> reg_exp(factory.CreateRegExp(