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

  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtparag.h 15 virtual int32_t GetTextLength() const { return m_nCharCount; }
fde_txtedtbuf.h 63 virtual int32_t GetTextLength() const;
fde_txtedtbuf.cpp 134 return bTail ? m_nIndex == (m_pBuf->GetTextLength() - 2) : m_nIndex == 0;
168 int32_t CFDE_TxtEdtBuf::GetTextLength() const {
205 FXSYS_assert(nIndex >= 0 && nIndex < GetTextLength());
421 FXSYS_assert(nIndex <= GetTextLength());
fde_txtedtengine.cpp 160 int32_t CFDE_TxtEdtEngine::GetTextLength() const {
842 m_nFixLength = GetTextLength();
941 nCount = GetTextLength() - nStart;
    [all...]
fde_txtedtengine.h 74 virtual int32_t GetTextLength() const;
  /external/pdfium/xfa/src/fee/include/
ifde_txtedtbuf.h 18 virtual int32_t GetTextLength() const = 0;
ifde_txtedtengine.h 194 virtual int32_t GetTextLength() const = 0;
252 virtual int32_t GetTextLength() const = 0;
  /external/pdfium/xfa/src/fwl/src/lightwidget/
edit.cpp 35 int32_t CFWL_Edit::GetTextLength() const {
38 return static_cast<IFWL_Edit*>(m_pIface)->GetTextLength();
67 int32_t sum = static_cast<IFWL_Edit*>(m_pIface)->GetTextLength();
  /external/pdfium/xfa/include/fwl/lightwidget/
edit.h 17 int32_t GetTextLength() const;
  /external/lzma/CPP/Windows/
Window.cpp 117 int length = GetTextLength();
Window.h 244 int GetTextLength() const
  /external/pdfium/xfa/include/fwl/basewidget/
fwl_edit.h 121 int32_t GetTextLength() const;
  /external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_editimp.h 40 virtual int32_t GetTextLength() const;
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp 44 int32_t IFWL_Edit::GetTextLength() const {
45 return static_cast<CFWL_EditImp*>(GetImpl())->GetTextLength();
236 int32_t iTextLen = m_pEdtEngine->GetTextLength();
524 int32_t CFWL_EditImp::GetTextLength() const {
527 return m_pEdtEngine->GetTextLength();
    [all...]
fwl_comboboximp.cpp 737 return m_pEdit->GetTextLength();
829 return m_pEdit->GetTextLength() > 0;
    [all...]
fwl_datetimepickerimp.cpp 639 return m_pEdit->GetTextLength() > 0;
    [all...]
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fftextedit.cpp 302 return ((CFWL_Edit*)m_pNormalWidget)->GetTextLength() > 0;
314 int32_t nCount = ((CFWL_Edit*)m_pNormalWidget)->GetTextLength();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dvbsiparser.h 467 STDMETHOD_(HRESULT,GetTextLength)(THIS_ BYTE *pbVal) PURE;
483 #define IDvbDataBroadcastDescriptor_GetTextLength(This,pbVal) (This)->lpVtbl->GetTextLength(This,pbVal)
    [all...]

Completed in 666 milliseconds