Searched refs:EmptyWidth (Results 1 – 1 of 1) sorted by relevance
177 Frag EmptyWidth(EmptyOp op);429 Frag Compiler::EmptyWidth(EmptyOp empty) { in EmptyWidth() function in re2::Compiler736 f = Cat(DotStar(), Cat(EmptyWidth(kEmptyEndText), f)); in PostVisit()833 return EmptyWidth(reversed_ ? kEmptyEndLine : kEmptyBeginLine); in PostVisit()836 return EmptyWidth(reversed_ ? kEmptyBeginLine : kEmptyEndLine); in PostVisit()839 return EmptyWidth(reversed_ ? kEmptyEndText : kEmptyBeginText); in PostVisit()842 return EmptyWidth(reversed_ ? kEmptyBeginText : kEmptyEndText); in PostVisit()845 return EmptyWidth(kEmptyWordBoundary); in PostVisit()848 return EmptyWidth(kEmptyNonWordBoundary); in PostVisit()