/external/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()
|
/external/icu/android_icu4j/src/main/java/android/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()
|
/external/u-boot/scripts/kconfig/tests/ |
D | conftest.py | 235 def _matches(self, attr, expected): member in Conf 253 return self._matches('config', expected) 269 return self._matches('stdout', expected) 285 return self._matches('stderr', expected)
|
/external/epid-sdk/ext/argtable3/ |
D | argtable3.c | 3064 TRexMatch *_matches; member 3480 exp->_matches[capture].begin = cur; in trex_matchnode() 3493 exp->_matches[capture].begin = 0; in trex_matchnode() 3494 exp->_matches[capture].len = 0; in trex_matchnode() 3501 exp->_matches[capture].len = (int)(cur - exp->_matches[capture].begin); in trex_matchnode() 3567 exp->_matches = 0; in trex_compile() 3596 exp->_matches = (TRexMatch *) malloc(exp->_nsubexpr * sizeof(TRexMatch)); in trex_compile() 3597 if (!exp->_matches) break; in trex_compile() 3598 memset(exp->_matches,0,exp->_nsubexpr * sizeof(TRexMatch)); in trex_compile() 3615 if(exp->_matches) free(exp->_matches); in trex_free() [all …]
|
/external/autotest/site_utils/rpm_control_system/ |
D | BeautifulSoup.py | 924 or (markup and self._matches(markup, self.name)) \ 925 or (not markup and self._matches(markupName, self.name)): 940 if not self._matches(attrValue, matchAgainst): 970 if self._matches(markup, self.text): 977 def _matches(self, markup, matchAgainst): member in SoupStrainer
|