Home
last modified time | relevance | path

Searched refs:set_word_boundary (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/regex/src/
Dcompile.rs318 self.byte_classes.set_word_boundary(); in c()
330 self.byte_classes.set_word_boundary(); in c()
334 self.byte_classes.set_word_boundary(); in c()
338 self.byte_classes.set_word_boundary(); in c()
1129 fn set_word_boundary(&mut self) { in set_word_boundary() method
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/fuzzing/
Dre2_fuzzer.cc163 options.set_word_boundary(fdp.ConsumeBool()); in LLVMFuzzerTestOneInput()
/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