Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/
Dcfde_txtedtbuf.cpp39 int32_t nTextLength = wsText.GetLength(); in SetText() local
41 ((nTextLength - 1) / GetChunkSize() + 1) - m_chunks.size(); in SetText()
48 int32_t nLeave = nTextLength; in SetText()
62 m_nTotal = nTextLength; in SetText()
Dcfde_txtedtengine.cpp496 int32_t nTextLength = wsReplace.GetLength(); in Replace() local
497 if (nTextLength > 0) in Replace()
498 Inner_Insert(nStart, wsReplace.c_str(), nTextLength); in Replace()
500 m_ChangeInfo.wsInsert = CFX_WideString(wsReplace.c_str(), nTextLength); in Replace()
501 nStart += nTextLength; in Replace()