Home
last modified time | relevance | path

Searched defs:word_boundary (Results 1 – 14 of 14) sorted by relevance

/external/rust/android-crates-io/crates/regex/tests/
Dtest_nfa_bytes.rs53 mod word_boundary; module
Dtest_backtrack_bytes.rs53 mod word_boundary; module
Dtest_nfa.rs48 mod word_boundary; module
Dtest_backtrack.rs54 mod word_boundary; module
Dtest_backtrack_utf8bytes.rs56 mod word_boundary; module
Dtest_nfa_utf8bytes.rs52 mod word_boundary; module
Dtest_default_bytes.rs73 mod word_boundary; module
Dtest_default.rs60 mod word_boundary; module
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/
Dre2.h706 bool word_boundary() const { return word_boundary_; } in word_boundary() function
/external/cronet/stable/third_party/re2/src/re2/
Dre2.h729 bool word_boundary() const { return word_boundary_; } in word_boundary() function
/external/cronet/tot/third_party/re2/src/re2/
Dre2.h729 bool word_boundary() const { return word_boundary_; } in word_boundary() function
/external/regex-re2/re2/
Dre2.h670 bool word_boundary() const { return word_boundary_; } in word_boundary() function
/external/rust/android-crates-io/crates/regex/src/
Ddfa.rs403 word_boundary: bool, field
/external/rust/android-crates-io/crates/regex-syntax/src/hir/
Dmod.rs325 pub fn word_boundary(word_boundary: WordBoundary) -> Hir { in word_boundary() method