Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/text/mac/
DTextCodecMac.cpp206 const unsigned char* sourcePointer = reinterpret_cast<const unsigned char*>(bytes); in decode() local
214 …OSStatus status = decode(sourcePointer, sourceLength, bytesRead, buffer, sizeof(buffer), bytesWrit… in decode()
216 sourcePointer += bytesRead; in decode()
232 sourcePointer += 1; in decode()
241 memcpy(m_bufferedBytes, sourcePointer, sourceLength); in decode()