Home
last modified time | relevance | path

Searched defs:nEndIndex (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fde/
Dcfde_txtedtparag.cpp46 int32_t nEndIndex = m_nCharStart + m_nCharCount; in LoadParag() local
110 int32_t nEndIndex = m_nCharStart + m_nCharCount; in CalcLines() local
/external/pdfium/core/fpdfdoc/
Dcsection.cpp264 void CSection::ClearMidWords(int32_t nBeginIndex, int32_t nEndIndex) { in ClearMidWords()
/external/pdfium/fpdfsdk/fxedit/
Dfxet_list.cpp105 void CPLST_Select::Add(int32_t nBeginIndex, int32_t nEndIndex) { in Add()
124 void CPLST_Select::Sub(int32_t nBeginIndex, int32_t nEndIndex) { in Sub()