/external/pdfium/xfa/src/fee/src/fee/ |
D | fde_txtedtengine.h | 91 const FX_WCHAR* lpText, 147 void Inner_Insert(int32_t nStart, const FX_WCHAR* lpText, int32_t nLength); 149 void RawInsert(int32_t nStart, const FX_WCHAR* lpText, int32_t nLength); 156 const FX_WCHAR* lpText, 161 const FX_WCHAR* lpText, 176 FX_BOOL ReplaceParagEnd(FX_WCHAR*& lpText, 232 const FX_WCHAR* lpText,
|
D | fde_txtedtbuf.cpp | 250 const FX_WCHAR* lpText, in Insert() argument 275 FXSYS_memcpy(lpChunk->wChars + lpChunk->nUsed, lpText, in Insert() 277 lpText += nCopy; in Insert() 288 FXSYS_memcpy(lpChunk->wChars, lpText, nCopy * sizeof(FX_WCHAR)); in Insert() 289 lpText += nCopy; in Insert()
|
D | fde_txtedtengine.cpp | 413 const FX_WCHAR* lpText, in Insert() argument 422 lpText[0] == L'\t') { in Insert() 449 CFX_WideStringC(lpText, nLength), wsDel, in Insert() 486 wsDisplay.GetLength(), wsDel, CFX_WideStringC(lpText, nLength), in Insert() 505 CFX_WideStringC wsIns(lpText, nLength); in Insert() 545 wsDisplay.GetLength(), CFX_WideStringC(lpText, nLength), FALSE); in Insert() 568 FXSYS_memcpy(lpBuffer, lpText, nLength * sizeof(FX_WCHAR)); in Insert() 1156 const FX_WCHAR* lpText, in GetPreInsertText() argument 1172 FXSYS_memcpy(lpBuffer + nIndex, lpText, nLength * sizeof(FX_WCHAR)); in GetPreInsertText() 1181 const FX_WCHAR* lpText, in GetPreReplaceText() argument [all …]
|
D | fde_txtedtbuf.h | 72 const FX_WCHAR* lpText,
|
/external/pdfium/xfa/src/fee/include/ |
D | ifde_txtedtbuf.h | 27 const FX_WCHAR* lpText,
|
D | ifde_txtedtengine.h | 212 const FX_WCHAR* lpText,
|
/external/pdfium/xfa/src/fwl/src/lightwidget/ |
D | edit.cpp | 111 const FX_WCHAR* lpText, in Insert() argument 115 return static_cast<IFWL_Edit*>(m_pIface)->Insert(nStart, lpText, nLen); in Insert()
|
/external/pdfium/xfa/include/fwl/lightwidget/ |
D | edit.h | 32 FWL_ERR Insert(int32_t nStart, const FX_WCHAR* lpText, int32_t nLen);
|
/external/pdfium/xfa/include/fwl/basewidget/ |
D | fwl_edit.h | 136 FWL_ERR Insert(int32_t nStart, const FX_WCHAR* lpText, int32_t nLen);
|
/external/pdfium/xfa/src/fwl/src/basewidget/include/ |
D | fwl_editimp.h | 55 virtual FWL_ERR Insert(int32_t nStart, const FX_WCHAR* lpText, int32_t nLen);
|
/external/pdfium/xfa/src/fwl/src/basewidget/ |
D | fwl_editimp.cpp | 86 const FX_WCHAR* lpText, in Insert() argument 88 return static_cast<CFWL_EditImp*>(GetImpl())->Insert(nStart, lpText, nLen); in Insert() 599 const FX_WCHAR* lpText, in Insert() argument 607 m_pEdtEngine->Insert(nStart, lpText, nLen); in Insert()
|