Home | History | Annotate | Download | only in test

Lines Matching refs:normal

367   const RE normal(TypeParam(".*(\\w+)"));
368 EXPECT_STREQ(".*(\\w+)", normal.pattern());
829 const RE normal(NULL);
833 const RE normal(".*(\\w+");