Home
last modified time | relevance | path

Searched defs:greedy (Results 1 - 7 of 7) sorted by relevance

/third_party/jerryscript/jerry-core/parser/regexp/
H A Dre-token.h62 bool greedy; /**< type of iteration */ member
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
H A DNumberParserImpl.java303 public void parse(String input, boolean greedy, ParsedNumber result) { in parse() argument
320 public void parse(String input, int start, boolean greedy, ParsedNumber result) { in parse() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
H A DNumberParserImpl.java305 public void parse(String input, boolean greedy, ParsedNumber result) { in parse() argument
322 public void parse(String input, int start, boolean greedy, ParsedNumber result) { in parse() argument
/third_party/icu/icu4c/source/i18n/
H A Dnumparse_impl.cpp231 void NumberParserImpl::parse(const UnicodeString& input, bool greedy, ParsedNumber& result, in parse() argument
236 void NumberParserImpl::parse(const UnicodeString& input, int32_t start, bool greedy, ParsedNumber& result, in parse() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dnumparse_impl.cpp231 void NumberParserImpl::parse(const UnicodeString& input, bool greedy, ParsedNumber& result, in parse() argument
236 void NumberParserImpl::parse(const UnicodeString& input, int32_t start, bool greedy, ParsedNumber& result, in parse() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumparse_impl.cpp231 void NumberParserImpl::parse(const UnicodeString& input, bool greedy, ParsedNumber& result, in parse() argument
236 void NumberParserImpl::parse(const UnicodeString& input, int32_t start, bool greedy, ParsedNumber& result, in parse() argument
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dparse.rs1048 let mut greedy = true; in parse_uncounted_repetition() variables
1143 let mut greedy = true; in parse_counted_repetition() variables
[all...]

Completed in 9 milliseconds