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

/external/pdfium/xfa/fde/
H A Dcfde_txtedtparag.h19 int32_t GetTextLength() const { return m_nCharCount; } function in class:CFDE_TxtEdtParag
H A Dcfde_txtedtbuf.cpp31 int32_t CFDE_TxtEdtBuf::GetTextLength() const { function in class:CFDE_TxtEdtBuf
70 ASSERT(nIndex >= 0 && nIndex < GetTextLength());
87 if (nLength == 0 || GetTextLength() == 0)
90 ASSERT(nBegin >= 0 && nLength > 0 && nBegin < GetTextLength() &&
91 nBegin + nLength <= GetTextLength());
236 ASSERT(nIndex <= GetTextLength());
345 return bTail ? m_nIndex == (m_pBuf->GetTextLength() - 2) : m_nIndex == 0;
H A Dcfde_txtedtengine.cpp160 int32_t CFDE_TxtEdtEngine::GetTextLength() const { function in class:CFDE_TxtEdtEngine
539 nCount = GetTextLength() - nStart;
664 int32_t nLength = GetTextLength();
681 return m_pTxtBuf->GetTextLength() - 1;
797 int32_t nCutPart = pParag->GetTextLength() - ParagPos.nCharIndex;
809 nReserveCharStart += pParag->GetTextLength();
817 nReserveCharStart += pParag->GetTextLength();
847 nCount = m_pTxtBuf->GetTextLength() - nStart;
850 ASSERT(nStart >= 0 && nEnd < m_pTxtBuf->GetTextLength());
857 if (ParagPosEnd.nCharIndex == pParag->GetTextLength()
[all...]
/external/lzma/CPP/Windows/
H A DWindow.h244 int GetTextLength() const function in class:NWindows::CWindow
/external/pdfium/xfa/fwl/
H A Dcfwl_edit.cpp111 if (m_EdtEngine.GetTextLength() > 0) {
280 int32_t CFWL_Edit::GetTextLength() const { function in class:CFWL_Edit
281 return m_EdtEngine.GetTextLength();
696 if (m_EdtEngine.GetTextLength() <= 0)
1369 int32_t nLen = m_EdtEngine.GetTextLength();

Completed in 153 milliseconds