Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtbuf.cpp109 ->wChars[m_nCurIndex]; in GetChar()
118 ->wChars[m_nCurIndex]; in GetChar()
129 ->wChars[m_nCurIndex]; in GetChar()
193 FXSYS_memcpy(lpChunk->wChars, lpSrcBuf, nCopyedLength * sizeof(FX_WCHAR)); in SetText()
218 return pChunkHeader->wChars[pChunkHeader->nUsed - (nTotal - nIndex)]; in GetCharByIndex()
231 FX_WCHAR* lpSrcBuf = lpChunkHeader->wChars + cp.nCharIndex; in GetRange()
242 lpSrcBuf = lpChunkHeader->wChars; in GetRange()
261 FXSYS_memcpy(lpNewChunk->wChars, lpChunk->wChars + cp.nCharIndex, in Insert()
275 FXSYS_memcpy(lpChunk->wChars + lpChunk->nUsed, lpText, in Insert()
288 FXSYS_memcpy(lpChunk->wChars, lpText, nCopy * sizeof(FX_WCHAR)); in Insert()
[all …]
Dfde_txtedtbuf.h46 FX_WCHAR wChars[1]; member