OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetTextLength
(Results
1 - 6
of
6
) sorted by null
/external/pdfium/xfa/src/fee/src/fee/
fde_txtedtparag.h
15
virtual int32_t
GetTextLength
() const { return m_nCharCount; }
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
...]
/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/lzma/CPP/Windows/
Window.h
244
int
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
...]
Completed in 56 milliseconds