Searched refs:greedy (Results 1 – 12 of 12) sorted by relevance
/external/webkit/JavaScriptCore/yarr/ |
D | RegexCompiler.cpp | 522 void quantifyAtom(unsigned min, unsigned max, bool greedy) in quantifyAtom() argument 548 term.quantify(max, greedy ? QuantifierGreedy : QuantifierNonGreedy); in quantifyAtom() 555 …m_alternative->lastTerm().quantify((max == UINT_MAX) ? max : max - min, greedy ? QuantifierGreedy … in quantifyAtom()
|
/external/webkit/WebKit/qt/Api/ |
D | DerivedSources.pro | 77 # Qt's QRegExp does not support inline non-greedy matching,
|
/external/qemu/audio/ |
D | audio_template.h | 322 if (glue (conf.fixed_, TYPE).enabled && glue (conf.fixed_, TYPE).greedy) { in glue()
|
D | audio.c | 145 int greedy; member
|
/external/bluetooth/glib/docs/reference/glib/ |
D | regex-syntax.sgml | 1609 By default, the quantifiers are "greedy", that is, they match as much 1637 be greedy, and instead matches the minimum number of times possible, so 1663 If the <varname>G_REGEX_UNGREEDY</varname> flag is set, the quantifiers are not greedy 1664 by default, but individual ones can be made greedy by following them with 1734 With both maximizing ("greedy") and minimizing ("ungreedy" or "lazy") 1807 Possessive quantifiers are always greedy; the setting of the
|
/external/chromium/net/data/proxy_resolver_perftest/ |
D | no-ads.pac | 483 // - non-greedy ? - a ? that follows *,+,?, and {}; (s)? is NOT non-greedy
|
/external/chromium/third_party/icu/source/test/testdata/ |
D | regextst.txt | 180 # Non-greedy *? quantifier 187 # Non-greedy +? quantifier 194 # Non-greedy ?? quantifier
|
/external/icu4c/test/testdata/ |
D | regextst.txt | 183 # Non-greedy *? quantifier 190 # Non-greedy +? quantifier 197 # Non-greedy ?? quantifier
|
/external/libvpx/examples/includes/geshi/docs/ |
D | CHANGES | 249 - Modified Math environment $$ in LaTeX to be non-greedy (BenBE)
|
/external/webkit/WebKitTools/ |
D | ChangeLog-2009-06-16 | 13250 Fix run-webkit-tests is too greedy calculating platform hierarchy 13253 Fix run-webkit-tests being too greedy in trying to split the platform name up
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 12281 greedy grEd/
|
/external/sqlite/dist/ |
D | sqlite3.c.orig | 90482 ** is not possible to determine this with a simple greedy algorithm. 90484 ** as the cost of a linear scan through table t1, a simple greedy
|