OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nCharIndex
(Results
1 - 8
of
8
) sorted by null
/external/pdfium/xfa/src/fee/src/fee/
fde_txtedtbuf.cpp
92
m_nCurIndex = cp.
nCharIndex
;
230
int32_t nCopyLength = lpChunkHeader->nUsed - cp.
nCharIndex
;
231
FX_WCHAR* lpSrcBuf = lpChunkHeader->wChars + cp.
nCharIndex
;
256
if (cp.
nCharIndex
!= 0) {
260
int32_t nCopy = lpChunk->nUsed - cp.
nCharIndex
;
261
FXSYS_memcpy(lpNewChunk->wChars, lpChunk->wChars + cp.
nCharIndex
,
267
cp.
nCharIndex
= 0;
304
int32_t nFirstPart = cpEnd.
nCharIndex
+ 1;
413
int32_t nTotal = cp.
nCharIndex
;
424
cp.
nCharIndex
= ((FDE_LPCHUNKHEADER)m_Chunks[cp.nChunkIndex])->nUsed;
[
all
...]
fde_txtedtbuf.h
52
int32_t
nCharIndex
;
fde_txtedtengine.cpp
847
int32_t
nCharIndex
= 0;
865
if (
nCharIndex
++ == nIndex) {
[
all
...]
fde_txtedtengine.h
56
int32_t
nCharIndex
;
/external/pdfium/xfa/src/fee/include/
ifde_txtedtengine.h
160
int32_t
nCharIndex
) = 0;
/external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_editimp.h
98
int32_t
nCharIndex
) override;
/external/pdfium/core/src/fpdfdoc/
doc_vt.cpp
584
int32_t
nCharIndex
= 0;
633
if (
nCharIndex
> 0) {
641
nCharIndex
++;
651
if (
nCharIndex
== 1) {
672
nCharIndex
= 0;
[
all
...]
/external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp
950
int32_t
nCharIndex
) {
[
all
...]
Completed in 149 milliseconds