Searched refs:wxCONV_FAILED (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstrconv.cpp111 return wxCONV_FAILED;
135 return wxCONV_FAILED;
160 if ( n == wxCONV_FAILED )
199 if ( nulLen == wxCONV_FAILED )
200 return wxCONV_FAILED;
226 if ( lenChunk == wxCONV_FAILED )
227 return wxCONV_FAILED;
242 return wxCONV_FAILED;
244 if ( MB2WC(dst, src, lenChunk) == wxCONV_FAILED )
245 return wxCONV_FAILED;
[all...]
H A Dtxtstrm.cpp83 != wxCONV_FAILED )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/corefoundation/
H A Dcfstring.cpp655 wxASSERT( unicharbytes != wxCONV_FAILED );
656 if ( unicharbytes == wxCONV_FAILED )
701 wxASSERT_MSG( noChars != wxCONV_FAILED, _T("Unable to count the number of characters in this string!") );
704 wxASSERT_MSG( noChars != wxCONV_FAILED, _T("Conversion of string failed!") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DStringFunctions.cpp56 if (len_char != wxCONV_FAILED) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstrconv.h33 #define wxCONV_FAILED ((size_t)-1) macro
62 // character(s), in the output buffer, wxCONV_FAILED is returned.
73 // if ( dstLen != wxCONV_FAILED )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dclipbrd.cpp262 if ( len == wxCONV_FAILED )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/mbconv/
H A Dmbconvtest.cpp818 wxCONV_FAILED, conv1251.MB2WC(wbuf.data(), cp1251text, lenW) );
822 conv1251.MB2WC(wbuf.data(), cp1251text, lenW + 1) != wxCONV_FAILED );
826 conv1251.MB2WC(wbuf.data(), cp1251text, lenW + 2) != wxCONV_FAILED );
844 wxCONV_FAILED, convUTF16.WC2MB(buf.data(), utf16text, lenMB) );
846 wxCONV_FAILED, convUTF16.WC2MB(buf.data(), utf16text, lenMB + 1) );
848 convUTF16.WC2MB(buf.data(), utf16text, lenMB + 2) != wxCONV_FAILED );
850 convUTF16.WC2MB(buf.data(), utf16text, lenMB + 3) != wxCONV_FAILED );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtextctrl.cpp1647 wxASSERT_MSG( noChars != wxCONV_FAILED, _T("Unable to count the number of characters in this string!") );
1651 wxASSERT_MSG( noChars != wxCONV_FAILED, _T("Conversion of string failed!") );
2277 wxASSERT_MSG( byteBufferLen != wxCONV_FAILED,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtextctrl.cpp946 if (len == wxCONV_FAILED)
1042 if ( lenNeeded != wxCONV_FAILED && lenNeeded++ )

Completed in 148 milliseconds