Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/text/mac/
DTextCodecMac.cpp143 ASSERT(m_numBufferedBytes < sizeof(m_bufferedBytes)); in decode()
144 const int spaceInBuffer = sizeof(m_bufferedBytes) - m_numBufferedBytes; in decode()
147 memcpy(m_bufferedBytes + m_numBufferedBytes, inputBuffer, bytesToPutInBuffer); in decode()
150 …status = TECConvertText(m_converterTEC, m_bufferedBytes, m_numBufferedBytes + bytesToPutInBuffer, … in decode()
157 … gave a kTECPartialCharErr but read none of the %zu bytes in the buffer", sizeof(m_bufferedBytes)); in decode()
241 memcpy(m_bufferedBytes, sourcePointer, sourceLength); in decode()
DTextCodecMac.h59 unsigned char m_bufferedBytes[16]; // bigger than any single multi-byte character variable
/external/webkit/Source/WebCore/platform/text/brew/
DTextCodecBrew.cpp91 memcpy(prefixedBytes.data(), m_bufferedBytes, m_numBufferedBytes); in decode()
141 memcpy(m_bufferedBytes, src, m_numBufferedBytes); in decode()
DTextCodecBrew.h50 unsigned char m_bufferedBytes[16]; // bigger than any single multi-byte character variable
/external/webkit/Source/WebCore/platform/text/gtk/
DTextCodecGtk.h59 unsigned char m_bufferedBytes[16]; // bigger than any single multi-byte character variable
DTextCodecGtk.cpp462 memcpy(prefixedBytes, m_bufferedBytes, m_numBufferedBytes); in decode()
486 memcpy(m_bufferedBytes, input, inputLength); in decode()
/external/webkit/Source/WebCore/platform/text/
DTextCodecICU.h62 unsigned char m_bufferedBytes[16]; // bigger than any single multi-byte character variable