HomeSort by relevance Sort by last modified time
    Searched refs:lpText (Results 1 - 18 of 18) sorted by null

  /external/pdfium/xfa/src/fee/include/
ifde_txtedtbuf.h 27 const FX_WCHAR* lpText,
ifde_txtedtengine.h 212 const FX_WCHAR* lpText,
  /external/pdfium/xfa/src/fee/src/fee/
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,
fde_txtedtbuf.h 72 const FX_WCHAR* lpText,
fde_txtedtbuf.cpp 250 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;
fde_txtedtengine.cpp 413 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));
    [all...]
  /external/pdfium/xfa/include/fwl/lightwidget/
edit.h 32 FWL_ERR Insert(int32_t nStart, const FX_WCHAR* lpText, int32_t nLen);
  /external/pdfium/xfa/src/fwl/src/lightwidget/
edit.cpp 111 const FX_WCHAR* lpText,
115 return static_cast<IFWL_Edit*>(m_pIface)->Insert(nStart, lpText, nLen);
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h 142 int WINAPI MessageBoxW(HWND hWnd, LPCWSTR lpText, LPCWSTR lpCaption, UINT uType);
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h 142 int WINAPI MessageBoxW(HWND hWnd, LPCWSTR lpText, LPCWSTR lpCaption, UINT uType);
  /external/pdfium/xfa/include/fwl/basewidget/
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/
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/
fwl_editimp.cpp 86 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);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h     [all...]
commctrl.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 294 milliseconds