OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nEndIndex
(Results
1 - 6
of
6
) sorted by null
/external/pdfium/xfa/src/fee/src/fee/
fde_txtedtparag.cpp
42
int32_t
nEndIndex
= m_nCharStart + m_nCharCount;
53
if (pIter->GetAt() + 1 ==
nEndIndex
&&
67
if ((pIter->GetAt() + 1 ==
nEndIndex
) &&
72
} while (pIter->Next(FALSE) && (pIter->GetAt() <
nEndIndex
));
107
int32_t
nEndIndex
= m_nCharStart + m_nCharCount;
117
if (pIter->GetAt() + 1 ==
nEndIndex
&&
125
if ((pIter->GetAt() + 1 ==
nEndIndex
) &&
130
} while (pIter->Next(FALSE) && (pIter->GetAt() <
nEndIndex
));
/external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp
325
void CPLST_Select::Add(int32_t nBeginIndex, int32_t
nEndIndex
) {
326
if (nBeginIndex >
nEndIndex
) {
327
int32_t nTemp =
nEndIndex
;
328
nEndIndex
= nBeginIndex;
332
for (int32_t i = nBeginIndex; i <=
nEndIndex
; i++)
344
void CPLST_Select::Sub(int32_t nBeginIndex, int32_t
nEndIndex
) {
345
if (nBeginIndex >
nEndIndex
) {
346
int32_t nTemp =
nEndIndex
;
347
nEndIndex
= nBeginIndex;
351
for (int32_t i = nBeginIndex; i <=
nEndIndex
; i++
[
all
...]
/external/pdfium/fpdfsdk/include/fxedit/
fxet_list.h
265
void Add(int32_t nBeginIndex, int32_t
nEndIndex
);
267
void Sub(int32_t nBeginIndex, int32_t
nEndIndex
);
/external/pdfium/core/src/fpdfdoc/
pdf_vt.h
275
void ClearMidWords(int32_t nBeginIndex, int32_t
nEndIndex
);
doc_vt.cpp
278
void CSection::ClearMidWords(int32_t nBeginIndex, int32_t
nEndIndex
) {
279
for (int32_t i =
nEndIndex
; i > nBeginIndex; i--) {
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmc.h
828
virtual HRESULT WINAPI CacheHint(int nStartIndex,int
nEndIndex
) = 0;
838
HRESULT (WINAPI *CacheHint)(IResultOwnerData *This,int nStartIndex,int
nEndIndex
);
850
#define IResultOwnerData_CacheHint(This,nStartIndex,
nEndIndex
) (This)->lpVtbl->CacheHint(This,nStartIndex,
nEndIndex
)
856
HRESULT WINAPI IResultOwnerData_CacheHint_Proxy(IResultOwnerData *This,int nStartIndex,int
nEndIndex
);
[
all
...]
Completed in 254 milliseconds