Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtbuf.cpp174 int32_t nTextLength = wsText.GetLength(); in SetText() local
176 ((nTextLength - 1) / m_nChunkSize + 1) - m_Chunks.GetSize(); in SetText()
186 int32_t nLeave = nTextLength; in SetText()
198 m_nTotal = nTextLength; in SetText()
Dfde_txtedtengine.cpp814 int32_t nTextLength = wsReplace.GetLength(); in Replace() local
815 if (nTextLength > 0) { in Replace()
816 Inner_Insert(nStart, wsReplace.c_str(), nTextLength); in Replace()
818 m_ChangeInfo.wsInsert = CFX_WideString(wsReplace.c_str(), nTextLength); in Replace()
819 nStart += nTextLength; in Replace()