Searched defs:greedy (Results 1 – 10 of 10) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
D | NumberParserImpl.java | 303 public void parse(String input, boolean greedy, ParsedNumber result) { in parse() 320 public void parse(String input, int start, boolean greedy, ParsedNumber result) { in parse()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/ |
D | NumberParserImpl.java | 305 public void parse(String input, boolean greedy, ParsedNumber result) { in parse() 322 public void parse(String input, int start, boolean greedy, ParsedNumber result) { in parse()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | numparse_impl.cpp | 231 void NumberParserImpl::parse(const UnicodeString& input, bool greedy, ParsedNumber& result, in parse() 236 void NumberParserImpl::parse(const UnicodeString& input, int32_t start, bool greedy, ParsedNumber& … in parse()
|
/third_party/icu/icu4c/source/i18n/ |
D | numparse_impl.cpp | 231 void NumberParserImpl::parse(const UnicodeString& input, bool greedy, ParsedNumber& result, in parse() 236 void NumberParserImpl::parse(const UnicodeString& input, int32_t start, bool greedy, ParsedNumber& … in parse()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | numparse_impl.cpp | 231 void NumberParserImpl::parse(const UnicodeString& input, bool greedy, ParsedNumber& result, in parse() 236 void NumberParserImpl::parse(const UnicodeString& input, int32_t start, bool greedy, ParsedNumber& … in parse()
|
/third_party/jerryscript/jerry-core/parser/regexp/ |
D | re-token.h | 62 bool greedy; /**< type of iteration */ member
|
/third_party/rust/crates/regex/regex-syntax/src/ast/ |
D | parse.rs | 1048 let mut greedy = true; in parse_uncounted_repetition() localVariable 1143 let mut greedy = true; in parse_counted_repetition() localVariable
|
D | mod.rs | 1125 pub greedy: bool, field
|
/third_party/rust/crates/regex/regex-syntax/src/hir/ |
D | translate.rs | 803 let greedy = in hir_repetition() localVariable
|
D | mod.rs | 1381 pub greedy: bool, field
|