Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/text/mac/
DTextCodecMac.cpp205 const unsigned char* sourcePointer = reinterpret_cast<const unsigned char*>(bytes); in decode() local
213 …OSStatus status = decode(sourcePointer, sourceLength, bytesRead, buffer, sizeof(buffer), bytesWrit… in decode()
215 sourcePointer += bytesRead; in decode()
231 sourcePointer += 1; in decode()
240 memcpy(m_bufferedBytes, sourcePointer, sourceLength); in decode()