Searched refs:wxStrchr (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECFileConfig.h41 if (wxStrchr(filename, wxFileName::GetPathSeparator()) == NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Durl.cpp511 if ( !wxIsalnum(c) && !wxStrchr(marks, c) && !wxStrchr(delims, c) )
H A Dftp.cpp708 const wxChar *addrStart = wxStrchr(m_lastResult, _T('('));
709 const wxChar *addrEnd = addrStart ? wxStrchr(addrStart, _T(')')) : NULL;
H A Dfileconf.cpp337 if ( wxStrchr(szFile, wxT('.')) == NULL )
367 if ( wxStrchr(szFile, wxT('.')) == NULL )
1113 wxASSERT_MSG( !wxStrchr(oldName, wxCONFIG_PATH_SEPARATOR),
2110 !wxIsalnum(c) && !wxStrchr(wxT("@_/-!.*%"), c) )
H A Dmimecmn.cpp211 const wxChar *pEnd = wxStrchr(pc, wxT('}'));
H A Dwxchar.cpp1915 WXDLLEXPORT const wxChar * wxStrchr(const wxChar *s, wxChar c)
1980 while (*s && !wxStrchr(accept, *s))
2003 while (wxStrchr(accept, *s++)) len++;
2015 while ( const wxChar *fnd = wxStrchr(haystack, *needle) )
H A Dcmdline.cpp574 wxStrchr(m_data->m_switchChars, arg[0u]) )
1135 while ( *p && (wxIsalnum(*p) || wxStrchr(allowedChars, *p)) )
H A Dfilefn.cpp570 while (wxStrchr((wxChar *)trimchars, *nm) != NULL)
574 while (q-- && wxStrchr((wxChar *)trimchars, *s) != NULL)
H A Dintl.cpp1134 const wxChar *sublocale = wxStrchr(szDirPrefix, wxT('_'));
1751 wxChar *p = wxStrchr((wxChar *)retloc, _T(' '));
2735 wxChar const * pszEndLine = wxStrchr(pszFound, wxT('\n'));
H A Ddatetime.cpp2722 const wxChar *comma = wxStrchr(p, _T(','));
4157 if ( nPosCur && wxStrchr(dateDelimiters, *(p - 1)) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dwxchar.h335 #define wxStrchr _tcschr macro
571 #define wxStrchr wcschr macro
659 #define wxStrchr wcschr macro
740 #define wxStrchr strchr macro
1173 WXDLLIMPEXP_BASE const wxChar * wxStrchr(const wxChar *s, wxChar c);
1197 inline wxChar * wxStrchr(wxChar *s, wxChar c) function
1198 { return (wxChar *)wxStrchr((const wxChar *)s, c); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/corefoundation/
H A Dcfstring.cpp54 if ( len == 0 || wxStrchr(data->c_str(),0x0d)==NULL)
68 if ( data->Length() == 0 || wxStrchr(data->c_str(),0x0a)==NULL)
82 while( (buf=wxStrchr(buf,0x0d)) != NULL )
92 while( (buf=wxStrchr(buf,0x0a)) != NULL )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dutils.cpp1198 if ( len == 0 || wxStrchr(data->c_str(),0x0d)==NULL)
1212 if ( data->empty() || wxStrchr(data->c_str(),0x0a)==NULL)
1226 while( (buf=wxStrchr(buf,0x0d)) != NULL )
1236 while( (buf=wxStrchr(buf,0x0a)) != NULL )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/regex/
H A Dregextest.cpp327 const wxChar *p = wxStrchr(needEscape, ch);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DStringFunctions.cpp183 } else if (wxStrchr(s_delims, c)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dutilsunx.cpp823 wxChar *dot = wxStrchr(buf, wxT('.'));
840 if ( !wxStrchr(buf, wxT('.')) )
H A Dmimetype.cpp2419 const wxChar *pEqualSign = wxStrchr(pc, wxT('='));
2457 pEnd = wxStrchr(++pc, wxT('"'));
2596 const wxChar *pEq = wxStrchr(curField, wxT('='));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/strings/
H A Dstrings.cpp168 const wxChar *start = wxStrchr(s, _T('r'));
169 const wxChar *end = wxStrchr(s, _T('!'));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dwinpars.cpp536 if ( wxStrchr(txt, nbsp) != NULL )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dregistry.cpp542 bool inSameHive = !wxStrchr(szNewName, REG_SEPARATOR);
H A Dwindow.cpp5493 const wxChar *p = wxStrchr(item->GetText(), _T('&'));
5499 p = wxStrchr(p + 1, _T('&'));

Completed in 134 milliseconds