OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTextBufLength
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/xfa/src/fee/src/fee/
fde_txtedtengine.cpp
161
return
GetTextBufLength
();
166
int32_t nTextBufLength =
GetTextBufLength
();
233
FXSYS_assert(nIndex >= 0 && nIndex <=
GetTextBufLength
());
315
nIndex =
GetTextBufLength
();
573
int32_t nTotalLength =
GetTextBufLength
();
733
if (nStart ==
GetTextBufLength
()) {
736
if ((nStart + 1 <
GetTextBufLength
()) &&
772
nCount =
GetTextBufLength
();
795
if (nStart < 0 || (nStart + nLength >
GetTextBufLength
())) {
874
nBlockPos =
GetTextBufLength
();
[
all
...]
fde_txtedtpage.cpp
253
if (nCaret >= m_pEditEngine->
GetTextBufLength
()) {
255
return m_pEditEngine->
GetTextBufLength
();
363
if (nIndex == m_pEditEngine->
GetTextBufLength
()) {
364
nIndex = m_pEditEngine->
GetTextBufLength
() - 1;
fde_txtedtengine.h
132
int32_t
GetTextBufLength
() const;
Completed in 46 milliseconds