Searched refs:byteBufferLen (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstrconv.cpp2808 ByteCount byteBufferLen = n * sizeof( UniChar ) ; local
2811 ubuf = (UniChar*) malloc( byteBufferLen + 2 ) ;
2821 (TextPtr) ubuf, byteBufferLen, &byteOutLen);
2860 ByteCount byteBufferLen = n ; local
2879 (TextPtr) (buf ? buf : tbuf), byteBufferLen, &byteOutLen);
2967 ByteCount byteBufferLen = n ; local
2997 (TextPtr) (buf ? buf : tbuf), byteBufferLen, &byteOutLen);
3036 ByteCount byteBufferLen = n * sizeof( UniChar ) ; local
3039 ubuf = (UniChar*) malloc( byteBufferLen + 2 ) ;
3044 ByteCount dcubuflen = byteBufferLen *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dtextctrl.cpp670 ByteCount byteBufferLen = converter.WC2MB( NULL , st.wc_str() , 0 ) ;
671 UniChar *unibuf = (UniChar*) malloc(byteBufferLen) ;
672 converter.WC2MB( (char*) unibuf , st.wc_str() , byteBufferLen ) ;
673 TXNSetData( txn , kTXNUnicodeTextData, (void*)unibuf, byteBufferLen ,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtextctrl.cpp2276 ByteCount byteBufferLen = converter.WC2MB( NULL, st.wc_str(), 0 ) ;
2277 wxASSERT_MSG( byteBufferLen != wxCONV_FAILED,
2279 UniChar *unibuf = (UniChar*)malloc( byteBufferLen + 2 ) ; // 2 for NUL in UTF-16
2280 converter.WC2MB( (char*)unibuf, st.wc_str(), byteBufferLen + 2 ) ;
2281 TXNSetData( m_txn, kTXNUnicodeTextData, (void*)unibuf, byteBufferLen, start, end ) ;

Completed in 58 milliseconds