Home
last modified time | relevance | path

Searched refs:strAndTerms (Results 1 – 2 of 2) sorted by relevance

/dports/net-p2p/amule/aMule-2.3.3/src/
H A DSearchList.cpp132 wxString strAndTerms; in ParsedSearchExpression() local
139 if (!strAndTerms.IsEmpty()) { in ParsedSearchExpression()
140 strAndTerms += ' '; in ParsedSearchExpression()
142 strAndTerms += pexpr->m_aExpr[i]; in ParsedSearchExpression()
147 _SearchExpr.m_aExpr.Add(strAndTerms); in ParsedSearchExpression()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DSearchList.cpp132 wxString strAndTerms; in ParsedSearchExpression() local
139 if (!strAndTerms.IsEmpty()) { in ParsedSearchExpression()
140 strAndTerms += ' '; in ParsedSearchExpression()
142 strAndTerms += pexpr->m_aExpr[i]; in ParsedSearchExpression()
147 _SearchExpr.m_aExpr.Add(strAndTerms); in ParsedSearchExpression()