Home
last modified time | relevance | path

Searched refs:GREEDY (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/modules/skparagraph/include/
DParagraphStyle.h29 GREEDY, // faster and linear. enumerator
107 LineBreakStrategy fLineBreakStrategy { LineBreakStrategy::GREEDY };
/third_party/node/deps/v8/src/regexp/experimental/
Dexperimental-compiler.cc128 case RegExpQuantifier::GREEDY: in VisitQuantifier()
569 case RegExpQuantifier::GREEDY: { in VisitQuantifier()
/third_party/node/deps/v8/src/regexp/
Dregexp-ast.h408 enum QuantifierType { GREEDY, NON_GREEDY, POSSESSIVE }; enumerator
439 bool is_greedy() const { return quantifier_type_ == GREEDY; } in is_greedy()
Dregexp-parser.cc851 RegExpQuantifier::QuantifierType quantifier_type = RegExpQuantifier::GREEDY; in ParseDisjunction()
/third_party/skia/modules/skparagraph/src/
DTextWrapper.cpp601 …ype() != WordBreakType::BREAK_ALL && parent->getLineBreakStrategy() != LineBreakStrategy::GREEDY) { in moveForward()
/third_party/pcre2/pcre2/doc/
Dpcre2.txt8159 GREEDY option is ignored. They are a convenient notation for the sim-