OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_nCharCount
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/xfa/src/fee/src/fee/
fde_txtedtparag.h
15
virtual int32_t GetTextLength() const { return
m_nCharCount
; }
25
int32_t
m_nCharCount
;
fde_txtedtparag.cpp
16
m_nCharCount
(0),
42
int32_t nEndIndex = m_nCharStart +
m_nCharCount
;
107
int32_t nEndIndex = m_nCharStart +
m_nCharCount
;
fde_txtedtpage.cpp
134
m_nCharCount
(0),
185
FXSYS_assert(nIndex >= 0 && nIndex <
m_nCharCount
);
287
return
m_nCharCount
;
292
pCharPos = FX_Alloc(FXTEXT_CHARPOS,
m_nCharCount
);
308
if ((nCharPosCount * 5) < (
m_nCharCount
<< 2)) {
437
m_nCharCount
= nPageEnd - nPageStart + 1;
530
m_nCharCount
> 1) {
531
int32_t nCount =
m_nCharCount
- 1;
fde_txtedtengine.cpp
[
all
...]
fde_txtedtpage.h
145
int32_t
m_nCharCount
;
Completed in 55 milliseconds