Home | History | Annotate | Download | only in pcrecpp

Lines Matching refs:orig

779   RE orig("HELLO.*world", options);
780 CHECK(orig.FullMatch(str));
782 RE copy1(orig);
789 copy2 = orig;
793 orig = orig;
796 CHECK(orig.FullMatch(str));