Searched refs:wxNO_LEN (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstrconv.h37 #define wxNO_LEN ((size_t)-1) macro
66 // otherwise. If srcLen is wxNO_LEN, the entire string, up to and
79 const char *src, size_t srcLen = wxNO_LEN) const;
82 const wchar_t *src, size_t srcLen = wxNO_LEN) const;
276 // return the length of the buffer using srcLen if it's not wxNO_LEN and
279 // returns wxNO_LEN which indicates error if it is odd
291 const char *src, size_t srcLen = wxNO_LEN) const;
293 const wchar_t *src, size_t srcLen = wxNO_LEN) const;
305 const char *src, size_t srcLen = wxNO_LEN) const;
307 const wchar_t *src, size_t srcLen = wxNO_LEN) cons
[all...]
H A Dconvauto.h36 const char *src, size_t srcLen = wxNO_LEN) const;
39 const wchar_t *src, size_t srcLen = wxNO_LEN) const;
H A Dstring.h881 wxWCharBuffer buf(wxConvUTF8.cMB2WC(utf8, len == npos ? wxNO_LEN : len, &wlen));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstrconv.cpp195 if ( srcLen != wxNO_LEN )
292 if ( srcLen == wxNO_LEN )
969 if ( srcLen == wxNO_LEN )
1002 if ( srcLen == wxNO_LEN )
1021 if ( srcLen == wxNO_LEN )
1046 if ( srcLen == wxNO_LEN )
1070 if ( srcLen == wxNO_LEN )
1101 if ( srcLen == wxNO_LEN )
1135 if ( srcLen == wxNO_LEN )
1174 if ( srcLen == wxNO_LEN )
[all...]
H A Dstring.cpp1017 nLength = wxNO_LEN;
1046 nLength = wxNO_LEN;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xml/
H A Dxml.cpp463 wxConvUTF8.cMB2WC(s, len == wxString::npos ? wxNO_LEN : len, NULL));

Completed in 89 milliseconds