Searched refs:strResult (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dconfig.cpp343 wxString strResult;
344 strResult.Alloc(str.length());
398 strResult += pszValue;
406 strResult << str[n - 1];
407 strResult << str[n] << strVarName;
427 strResult << (wxChar)bracket;
440 strResult += str[++n];
447 strResult += str[n];
451 return strResult;
H A Dfileconf.cpp1973 wxString strResult; local
1974 strResult.Alloc(str.Len());
1982 strResult += wxT('\n');
1986 strResult += wxT('\r');
1990 strResult += wxT('\t');
1994 strResult += wxT('\\');
1998 strResult += wxT('"');
2004 strResult += str[n];
2013 return strResult;
2022 wxString strResult;
2075 wxString strResult; local
2094 wxString strResult; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DEntry.cpp135 wxString strResult(result != m_filenames.end() ? result->m_filename : wxString(wxEmptyString));
136 wxASSERT(!strResult.IsEmpty() || m_filenames.empty());
137 return strResult;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dcommons-httpclient-3.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/httpclient/ ...

Completed in 115 milliseconds