OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_nCurIndex
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fee/src/fee/
fde_txtedtbuf.cpp
25
m_nCurIndex
(0),
45
if (
m_nCurIndex
> 0) {
46
m_nCurIndex
--;
53
m_nCurIndex
= lpChunk->nUsed - 1;
68
if (lpChunk->nUsed != (
m_nCurIndex
+ 1)) {
69
m_nCurIndex
++;
77
m_nCurIndex
= 0;
92
m_nCurIndex
= cp.nCharIndex;
109
->wChars[
m_nCurIndex
];
118
->wChars[
m_nCurIndex
];
[
all
...]
fde_txtedtbuf.h
34
int32_t
m_nCurIndex
;
Completed in 34 milliseconds