Home
last modified time | relevance | path

Searched refs:EndText (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/regex/src/
Dinput.rs189 EndText => at.pos() == self.len(), in is_empty_match()
282 EndText => at.pos() == self.len(), in is_empty_match()
Dcompile.rs298 self.c_empty_look(prog::EmptyLook::EndText) in c()
303 Anchor(hir::Anchor::EndText) if self.compiled.is_reverse => { in c()
306 Anchor(hir::Anchor::EndText) => { in c()
307 self.c_empty_look(prog::EmptyLook::EndText) in c()
Dprog.rs349 EndText, enumerator
Ddfa.rs1092 EndText if flags.end => { in follow_epsilons()
1109 StartLine | EndLine | StartText | EndText in follow_epsilons()
/external/rust/crates/regex-syntax/src/hir/
Dprint.rs133 HirKind::Anchor(hir::Anchor::EndText) => { in visit_pre()
Dtranslate.rs744 hir::Anchor::EndText in hir_assertion()
749 ast::AssertionKind::EndText => Hir::anchor(hir::Anchor::EndText), in hir_assertion()
1550 assert_eq!(t("$"), hir_anchor(hir::Anchor::EndText)); in assertions()
1552 assert_eq!(t(r"\z"), hir_anchor(hir::Anchor::EndText)); in assertions()
1556 assert_eq!(t(r"(?m)\z"), hir_anchor(hir::Anchor::EndText)); in assertions()
Dmod.rs310 if let Anchor::EndText = anchor { in anchor()
1295 EndText, enumerator
/external/rust/crates/regex-syntax/src/ast/
Dprint.rs264 EndText => self.wtr.write_str(r"\z"), in fmt_assertion()
Dmod.rs1110 EndText, enumerator
Dparse.rs1525 kind: ast::AssertionKind::EndText, in parse_escape()
4223 kind: ast::AssertionKind::EndText, in parse_escape()
/external/rust/crates/regex-syntax/src/hir/literal/
Dmod.rs707 if let HirKind::Anchor(hir::Anchor::EndText) = *e.kind() { in suffixes()