Home
last modified time | relevance | path

Searched refs:nReserveCharStart (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtengine.cpp1211 int32_t nReserveCharStart = pParag->m_nCharStart; in Inner_Insert() local
1225 nReserveCharStart += pParag->m_nCharCount; in Inner_Insert()
1231 pParag->m_nCharStart = nReserveCharStart; in Inner_Insert()
1233 nReserveCharStart += pParag->m_nCharCount; in Inner_Insert()
1246 pParag->m_nCharStart = nReserveCharStart; in Inner_Insert()
1274 int32_t nReserveCharStart = pParag->m_nCharStart; in RawInsert() local
1288 nReserveCharStart += pParag->m_nCharCount; in RawInsert()
1294 pParag->m_nCharStart = nReserveCharStart; in RawInsert()
1296 nReserveCharStart += pParag->m_nCharCount; in RawInsert()
1309 pParag->m_nCharStart = nReserveCharStart; in RawInsert()