Searched refs:resultPos (Results 1 – 1 of 1) sorted by relevance
2526 UChar* resultPos = result; in plainTextToMallocAllocatedBuffer() local2531 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()