Home
last modified time | relevance | path

Searched refs:m_bufferedBytes (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/platform/text/mac/
DTextCodecMac.cpp142 ASSERT(m_numBufferedBytes < sizeof(m_bufferedBytes)); in decode()
143 const int spaceInBuffer = sizeof(m_bufferedBytes) - m_numBufferedBytes; in decode()
146 memcpy(m_bufferedBytes + m_numBufferedBytes, inputBuffer, bytesToPutInBuffer); in decode()
149 …status = TECConvertText(m_converterTEC, m_bufferedBytes, m_numBufferedBytes + bytesToPutInBuffer, … in decode()
156 … gave a kTECPartialCharErr but read none of the %zu bytes in the buffer", sizeof(m_bufferedBytes)); in decode()
240 memcpy(m_bufferedBytes, sourcePointer, sourceLength); in decode()
DTextCodecMac.h59 unsigned char m_bufferedBytes[16]; // bigger than any single multi-byte character variable
/external/webkit/WebCore/platform/text/
DTextCodecICU.h64 unsigned char m_bufferedBytes[16]; // bigger than any single multi-byte character variable
/external/webkit/WebCore/platform/text/gtk/
DTextCodecGtk.cpp368 memcpy(prefixedBytes, m_bufferedBytes, m_numBufferedBytes); in decode()
410 memcpy(m_bufferedBytes, conversionBytes + countRead, m_numBufferedBytes); in decode()
DTextCodecGtk.h62 unsigned char m_bufferedBytes[16]; // bigger than any single multi-byte character variable