/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | TZDBTimeZoneNames.java | 238 private Collection<MatchInfo> _matches; field in TZDBTimeZoneNames.TZDBNameSearchHandler 320 if (_matches == null) { in handlePrefixMatch() 321 _matches = new LinkedList<MatchInfo>(); in handlePrefixMatch() 323 _matches.add(minfo); in handlePrefixMatch() 334 if (_matches == null) { in getMatches() 337 return _matches; in getMatches()
|
D | TimeZoneGenericNames.java | 645 private Collection<GenericMatchInfo> _matches; field in TimeZoneGenericNames.GenericNameSearchHandler 663 if (_matches == null) { in handlePrefixMatch() 664 _matches = new LinkedList<GenericMatchInfo>(); in handlePrefixMatch() 666 _matches.add(matchInfo); in handlePrefixMatch() 679 return _matches; in getMatches() 694 _matches = null; in resetResults()
|
D | TimeZoneNamesImpl.java | 523 private Collection<MatchInfo> _matches; field in TimeZoneNamesImpl.NameSearchHandler 547 if (_matches == null) { in handlePrefixMatch() 548 _matches = new LinkedList<MatchInfo>(); in handlePrefixMatch() 550 _matches.add(minfo); in handlePrefixMatch() 563 if (_matches == null) { in getMatches() 566 return _matches; in getMatches() 581 _matches = null; in resetResults()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TZDBTimeZoneNames.java | 236 private Collection<MatchInfo> _matches; field in TZDBTimeZoneNames.TZDBNameSearchHandler 318 if (_matches == null) { in handlePrefixMatch() 319 _matches = new LinkedList<MatchInfo>(); in handlePrefixMatch() 321 _matches.add(minfo); in handlePrefixMatch() 332 if (_matches == null) { in getMatches() 335 return _matches; in getMatches()
|
D | TimeZoneGenericNames.java | 640 private Collection<GenericMatchInfo> _matches; field in TimeZoneGenericNames.GenericNameSearchHandler 658 if (_matches == null) { in handlePrefixMatch() 659 _matches = new LinkedList<GenericMatchInfo>(); in handlePrefixMatch() 661 _matches.add(matchInfo); in handlePrefixMatch() 674 return _matches; in getMatches() 689 _matches = null; in resetResults()
|
D | TimeZoneNamesImpl.java | 521 private Collection<MatchInfo> _matches; field in TimeZoneNamesImpl.NameSearchHandler 545 if (_matches == null) { in handlePrefixMatch() 546 _matches = new LinkedList<MatchInfo>(); in handlePrefixMatch() 548 _matches.add(minfo); in handlePrefixMatch() 561 if (_matches == null) { in getMatches() 564 return _matches; in getMatches() 579 _matches = null; in resetResults()
|
/third_party/jsframework/runtime/main/extend/mediaquery/ |
D | pluginMediaQuery.ts | 28 private _matches: boolean; property in MediaQueryList 40 return this._matches; 44 this._matches = matches;
|
/third_party/rust/crates/clap/examples/ |
D | repl.rs | 35 Some(("ping", _matches)) => { in respond() 39 Some(("quit", _matches)) => { in respond() 44 Some((name, _matches)) => unimplemented!("{}", name), in respond()
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | semantics_tester.dart | 251 bool _matches( 326 final bool childMatches = it.current._matches( 644 final bool doesMatch = _semantics._matches(
|
/third_party/flutter/flutter/dev/bots/ |
D | analyze.dart | 368 if (!_matches<String>(packages, directories)) { 415 bool _matches<T>(List<T> a, List<T> b) {
|
/third_party/node/deps/npm/node_modules/uri-js/dist/es5/ |
D | uri.all.js | 802 var _matches = slicedToArray(matches, 2), 803 address = _matches[1];
|
D | uri.all.min.js.map | 1 …_stripLeadingZeros","_normalizeIPv4","matches","IPV4ADDRESS","address","_matches","_normalizeIPv6"…
|
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/dist/ |
D | ajv.bundle.js | 6037 var _matches = slicedToArray(matches, 2), 6038 address = _matches[1];
|