HomeSort by relevance Sort by last modified time
    Searched defs:_matches (Results 1 - 14 of 14) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TZDBTimeZoneNames.java 225 private Collection<MatchInfo> _matches; field in class:TZDBTimeZoneNames.TZDBNameSearchHandler
306 if (_matches == null) {
307 _matches = new LinkedList<MatchInfo>();
309 _matches.add(minfo);
320 if (_matches == null) {
323 return _matches;
TimeZoneGenericNames.java 627 private Collection<GenericMatchInfo> _matches; field in class:TimeZoneGenericNames.GenericNameSearchHandler
648 if (_matches == null) {
649 _matches = new LinkedList<GenericMatchInfo>();
651 _matches.add(matchInfo);
664 return _matches;
679 _matches = null;
    [all...]
TimeZoneNamesImpl.java 515 private Collection<MatchInfo> _matches; field in class:TimeZoneNamesImpl.NameSearchHandler
538 if (_matches == null) {
539 _matches = new LinkedList<MatchInfo>();
541 _matches.add(minfo);
554 if (_matches == null) {
557 return _matches;
572 _matches = null;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TZDBTimeZoneNames.java 223 private Collection<MatchInfo> _matches; field in class:TZDBTimeZoneNames.TZDBNameSearchHandler
304 if (_matches == null) {
305 _matches = new LinkedList<MatchInfo>();
307 _matches.add(minfo);
318 if (_matches == null) {
321 return _matches;
TimeZoneGenericNames.java 625 private Collection<GenericMatchInfo> _matches; field in class:TimeZoneGenericNames.GenericNameSearchHandler
646 if (_matches == null) {
647 _matches = new LinkedList<GenericMatchInfo>();
649 _matches.add(matchInfo);
662 return _matches;
677 _matches = null;
    [all...]
TimeZoneNamesImpl.java 513 private Collection<MatchInfo> _matches; field in class:TimeZoneNamesImpl.NameSearchHandler
536 if (_matches == null) {
537 _matches = new LinkedList<MatchInfo>();
539 _matches.add(minfo);
552 if (_matches == null) {
555 return _matches;
570 _matches = null;
    [all...]
  /external/chromium-trace/catapult/third_party/typ/typ/
runner.py 680 def _matches(name, globs): function
687 if not args.all and _matches(name, args.skip):
690 elif _matches(name, args.isolate):
  /external/autotest/site_utils/rpm_control_system/
BeautifulSoup.py 977 def _matches(self, markup, matchAgainst): member in class:SoupStrainer
    [all...]
  /external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/
element.py 1551 def _matches(self, markup, match_against): member in class:SoupStrainer
    [all...]
  /external/guice/extensions/persist/lib/
oro-2.0.8.jar 
  /prebuilts/tools/common/m2/repository/oro/oro/2.0.8/
oro-2.0.8.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 

Completed in 339 milliseconds