OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetTextLength
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/xfa/fde/
cfde_txtedtparag.h
19
int32_t
GetTextLength
() const { return m_nCharCount; }
cfde_txtedtbuf.cpp
31
int32_t CFDE_TxtEdtBuf::
GetTextLength
() const {
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;
cfde_txtedtengine.cpp
160
int32_t CFDE_TxtEdtEngine::
GetTextLength
() const {
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
() - 1)
[
all
...]
/external/lzma/CPP/Windows/
Window.h
245
int
GetTextLength
() const
/external/pdfium/xfa/fwl/
cfwl_edit.cpp
111
if (m_EdtEngine.
GetTextLength
() > 0) {
280
int32_t CFWL_Edit::
GetTextLength
() const {
281
return m_EdtEngine.
GetTextLength
();
696
if (m_EdtEngine.
GetTextLength
() <= 0)
[
all
...]
Completed in 219 milliseconds