Home
last modified time | relevance | path

Searched refs:word_boundary (Results 1 - 10 of 10) sorted by relevance

/third_party/rust/crates/regex/tests/
H A Dtest_nfa_utf8bytes.rs52 mod word_boundary; modules
H A Dtest_nfa.rs48 mod word_boundary; modules
H A Dtest_nfa_bytes.rs53 mod word_boundary; modules
H A Dtest_backtrack_utf8bytes.rs56 mod word_boundary; modules
H A Dtest_backtrack.rs54 mod word_boundary; modules
H A Dtest_backtrack_bytes.rs53 mod word_boundary; modules
H A Dtest_default.rs60 mod word_boundary; modules
/third_party/rust/crates/regex/src/
H A Ddfa.rs403 word_boundary: bool,
928 flags.word_boundary = true; in exec_byte()
1095 WordBoundaryAscii if flags.word_boundary => { in follow_epsilons()
1103 WordBoundary if flags.word_boundary => { in follow_epsilons()
1383 | ((empty_flags.word_boundary as u8) << 4) in start_state()
1426 empty_flags.word_boundary = true; in start_flags()
1456 empty_flags.word_boundary = true; in start_flags_reverse()
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dmod.rs325 pub fn word_boundary(word_boundary: WordBoundary) -> Hir { in word_boundary() functions
345 if let WordBoundary::AsciiNegate = word_boundary { in word_boundary()
348 Hir { kind: HirKind::WordBoundary(word_boundary), info } in word_boundary()
H A Dtranslate.rs745 Hir::word_boundary(if unicode { in hir_assertion()
752 Hir::word_boundary(if unicode { in hir_assertion()
1371 Hir::word_boundary(wb) in hir_word()

Completed in 10 milliseconds