Searched refs:EmptyWidth (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dcompile.cc178 Frag EmptyWidth(EmptyOp op);
430 Frag Compiler::EmptyWidth(EmptyOp empty) { function in class:re2::Compiler
737 f = Cat(DotStar(), Cat(EmptyWidth(kEmptyEndText), f));
834 return EmptyWidth(reversed_ ? kEmptyEndLine : kEmptyBeginLine);
837 return EmptyWidth(reversed_ ? kEmptyBeginLine : kEmptyEndLine);
840 return EmptyWidth(reversed_ ? kEmptyEndText : kEmptyBeginText);
843 return EmptyWidth(reversed_ ? kEmptyBeginText : kEmptyEndText);
846 return EmptyWidth(kEmptyWordBoundary);
849 return EmptyWidth(kEmptyNonWordBoundary);
/external/regex-re2/re2/
H A Dcompile.cc177 Frag EmptyWidth(EmptyOp op);
429 Frag Compiler::EmptyWidth(EmptyOp empty) { function in class:re2::Compiler
736 f = Cat(DotStar(), Cat(EmptyWidth(kEmptyEndText), f));
833 return EmptyWidth(reversed_ ? kEmptyEndLine : kEmptyBeginLine);
836 return EmptyWidth(reversed_ ? kEmptyBeginLine : kEmptyEndLine);
839 return EmptyWidth(reversed_ ? kEmptyEndText : kEmptyBeginText);
842 return EmptyWidth(reversed_ ? kEmptyBeginText : kEmptyEndText);
845 return EmptyWidth(kEmptyWordBoundary);
848 return EmptyWidth(kEmptyNonWordBoundary);

Completed in 80 milliseconds