Home
last modified time | relevance | path

Searched defs:set_word_boundary (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dre2.h675 void set_word_boundary(bool b) { word_boundary_ = b; } in set_word_boundary() function
/external/rust/crates/regex/src/
Dcompile.rs1167 fn set_word_boundary(&mut self) { in set_word_boundary() method