Searched refs:nongreedy (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | compile.cc | 157 Frag Plus(Frag a, bool nongreedy); 158 Frag Star(Frag a, bool nongreedy); 159 Frag Quest(Frag a, bool nongreedy); 358 Frag Compiler::Star(Frag a, bool nongreedy) { in Star() argument 364 if (nongreedy) { in Star() 374 Frag Compiler::Plus(Frag a, bool nongreedy) { in Plus() argument 376 Frag f = Star(a, nongreedy); in Plus() 381 Frag Compiler::Quest(Frag a, bool nongreedy) { in Quest() argument 388 if (nongreedy) { in Quest()
|
D | parse.cc | 110 bool PushRepeatOp(RegexpOp op, const StringPiece& s, bool nongreedy); 114 bool PushRepetition(int min, int max, const StringPiece& s, bool nongreedy); 476 bool nongreedy) { in PushRepeatOp() argument 483 if (nongreedy) in PushRepeatOp() 570 bool nongreedy) { in PushRepetition() argument 582 if (nongreedy) in PushRepetition() 2312 bool nongreedy = false; in Parse() local 2316 nongreedy = true; in Parse() 2332 if (!ps.PushRepeatOp(op, opstr, nongreedy)) in Parse() 2348 bool nongreedy = false; in Parse() local [all …]
|
/external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | DefineGrammarItemsWalker.g | 470 /** Track the .* and .+ idioms and make them nongreedy by default.
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/ |
D | ucs2.diff | 364 { multi_line|Regexp::NonGreedy, "multiline, nongreedy" },
|
/external/antlr/runtime/C/ |
D | README | 1789 and now it works due to new default nongreedy .* Also this works: 1792 * Dot star ".*" syntax didn't work; in lexer it is nongreedy by
|
/external/antlr/tool/ |
D | CHANGES.txt | 3438 and now it works due to new default nongreedy .* Also this works: 3441 * Dot star ".*" syntax didn't work; in lexer it is nongreedy by
|