Home
last modified time | relevance | path

Searched defs:NonGreedy (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/regex-re2/re2/
H A Dregexp.h290 NonGreedy = 1<<6, // Repetition operators are non-greedy by default. enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/
Dregexp.h292 NonGreedy = 1<<6, // Repetition operators are non-greedy by default. enumerator
/aosp_15_r20/external/cronet/third_party/re2/src/re2/
H A Dregexp.h291 NonGreedy = 1<<6, // Repetition operators are non-greedy by default. enumerator
/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/syntax/
Dparse.go63 NonGreedy // make repetition operators default to non-greedy const