Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DTextIterator.cpp2526 UChar* resultPos = result; in plainTextToMallocAllocatedBuffer() local
2531 memcpy(resultPos, segment.first, segment.second * sizeof(UChar)); in plainTextToMallocAllocatedBuffer()
2532 resultPos += segment.second; in plainTextToMallocAllocatedBuffer()
2535 memcpy(resultPos, textBuffer.data(), textBuffer.size() * sizeof(UChar)); in plainTextToMallocAllocatedBuffer()