Searched defs:lpText (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/xfa/src/fee/src/fee/
H A Dfde_txtedtbuf.cpp250 const FX_WCHAR* lpText,
275 FXSYS_memcpy(lpChunk->wChars + lpChunk->nUsed, lpText,
277 lpText += nCopy;
288 FXSYS_memcpy(lpChunk->wChars, lpText, nCopy * sizeof(FX_WCHAR));
289 lpText += nCopy;
249 Insert(int32_t nPos, const FX_WCHAR* lpText, int32_t nLength) argument
H A Dfde_txtedtengine.cpp413 const FX_WCHAR* lpText,
422 lpText[0] == L'\t') {
449 CFX_WideStringC(lpText, nLength), wsDel,
486 wsDisplay.GetLength(), wsDel, CFX_WideStringC(lpText, nLength),
505 CFX_WideStringC wsIns(lpText, nLength);
545 wsDisplay.GetLength(), CFX_WideStringC(lpText, nLength), FALSE);
568 FXSYS_memcpy(lpBuffer, lpText, nLength * sizeof(FX_WCHAR));
1156 const FX_WCHAR* lpText,
1172 FXSYS_memcpy(lpBuffer + nIndex, lpText, nLength * sizeof(FX_WCHAR));
1181 const FX_WCHAR* lpText,
412 Insert(int32_t nStart, const FX_WCHAR* lpText, int32_t nLength) argument
1154 GetPreInsertText(CFX_WideString& wsText, int32_t nIndex, const FX_WCHAR* lpText, int32_t nLength) argument
1178 GetPreReplaceText(CFX_WideString& wsText, int32_t nIndex, int32_t nOriginLength, const FX_WCHAR* lpText, int32_t nLength) argument
1197 Inner_Insert(int32_t nStart, const FX_WCHAR* lpText, int32_t nLength) argument
1261 RawInsert(int32_t nStart, const FX_WCHAR* lpText, int32_t nLength) argument
1592 ReplaceParagEnd(FX_WCHAR*& lpText, int32_t& nLength, FX_BOOL bPreIsCR) argument
2430 CFDE_TxtEdtDoRecord_Insert( CFDE_TxtEdtEngine* pEngine, int32_t nCaret, const FX_WCHAR* lpText, int32_t nLength) argument
[all...]
/external/pdfium/xfa/src/fwl/src/lightwidget/
H A Dedit.cpp111 const FX_WCHAR* lpText,
115 return static_cast<IFWL_Edit*>(m_pIface)->Insert(nStart, lpText, nLen);
110 Insert(int32_t nStart, const FX_WCHAR* lpText, int32_t nLen) argument
/external/pdfium/xfa/src/fwl/src/basewidget/
H A Dfwl_editimp.cpp86 const FX_WCHAR* lpText,
88 return static_cast<CFWL_EditImp*>(GetImpl())->Insert(nStart, lpText, nLen);
599 const FX_WCHAR* lpText,
607 m_pEdtEngine->Insert(nStart, lpText, nLen);
85 Insert(int32_t nStart, const FX_WCHAR* lpText, int32_t nLen) argument
598 Insert(int32_t nStart, const FX_WCHAR* lpText, int32_t nLen) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 742 milliseconds