OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_nIndex
(Results
1 - 8
of
8
) sorted by null
/external/pdfium/xfa/src/fee/src/fx_wordbreak/
fx_wordbreak_impl.cpp
17
: m_wsText(wsText),
m_nIndex
(0) {
26
if (
m_nIndex
<= 0) {
29
m_nIndex
--;
31
if (
m_nIndex
+ 1 >= m_wsText.GetLength()) {
34
m_nIndex
++;
39
return m_wsText.GetAt(
m_nIndex
);
45
m_nIndex
= nIndex;
48
return
m_nIndex
;
51
return bTail ? (
m_nIndex
+ 1 == m_wsText.GetLength()) : (
m_nIndex
== 0);
[
all
...]
fx_wordbreak_impl.h
43
int32_t
m_nIndex
;
/external/pdfium/xfa/src/fee/src/fee/
fde_txtedtblock.h
59
void SetIndex(int32_t nIndex) {
m_nIndex
= nIndex; }
60
int32_t GetIndex() const { return
m_nIndex
; }
65
int32_t
m_nIndex
;
127
void SetIndex(int32_t nIndex) {
m_nIndex
= nIndex; }
128
int32_t GetIndex() const { return
m_nIndex
; }
142
int32_t
m_nIndex
;
fde_txtedtbuf.cpp
26
m_nIndex
(0),
40
if (
m_nIndex
== 0) {
59
m_nIndex
--;
62
if (
m_nIndex
>= (m_pBuf->m_nTotal - 1)) {
82
m_nIndex
++;
90
m_nIndex
= nIndex;
95
return
m_nIndex
;
98
FXSYS_assert(
m_nIndex
>= 0 &&
m_nIndex
< m_pBuf->m_nTotal);
127
if (m_Alias == 0 ||
m_nIndex
== (m_pBuf->m_nTotal - 1)) {
[
all
...]
fde_txtedtbuf.h
35
int32_t
m_nIndex
;
fde_txtedtengine.h
268
int32_t
m_nIndex
;
fde_txtedtblock.cpp
20
m_nIndex
(0),
234
m_nIndex
(nIndex),
fde_txtedtengine.cpp
[
all
...]
Completed in 460 milliseconds