Searched defs:greedy (Results 1 - 7 of 7) sorted by relevance
| /third_party/jerryscript/jerry-core/parser/regexp/ |
| H A D | re-token.h | 62 bool greedy; /**< type of iteration */ member
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ |
| H A D | NumberParserImpl.java | 303 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 D | NumberParserImpl.java | 305 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 D | numparse_impl.cpp | 231 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 D | numparse_impl.cpp | 231 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 D | numparse_impl.cpp | 231 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 D | parse.rs | 1048 let mut greedy = true; in parse_uncounted_repetition() variables 1143 let mut greedy = true; in parse_counted_repetition() variables [all...] |
Completed in 9 milliseconds