OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_matches
(Results
1 - 4
of
4
) sorted by null
/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
;
TimeZoneNamesImpl.java
357
private Collection<MatchInfo>
_matches
;
field in class:TimeZoneNamesImpl.NameSearchHandler
380
if (
_matches
== null) {
381
_matches
= new LinkedList<MatchInfo>();
383
_matches
.add(minfo);
396
if (
_matches
== null) {
399
return
_matches
;
414
_matches
= null;
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
...]
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/beautifulsoup/
BeautifulSoup.py
974
def
_matches
(self, markup, matchAgainst):
member in class:SoupStrainer
[
all
...]
Completed in 462 milliseconds