Home | History | Annotate | Download | only in regexp

Lines Matching full:entire

30 // matches of the entire expression.  Empty matches abutting a preceding
43 // parenthesis. Submatch 0 is the match of the entire expression, submatch 1
48 // the nth submatch. The pair for n==0 identifies the match of the entire
89 prefixComplete bool // prefix is the entire regexp
387 // literal string comprises the entire regular expression.