Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtblock.cpp111 int32_t nTotalLength = 0; in GetFieldTextLength() local
115 nTotalLength = pField->GetFieldTextLength(); in GetFieldTextLength()
117 return nTotalLength; in GetFieldTextLength()
Dfde_txtedtengine.cpp573 int32_t nTotalLength = GetTextBufLength(); in Insert() local
577 nTotalLength -= lpSelRange->nCount; in Insert()
579 int32_t nExpectLength = nTotalLength + nLength; in Insert()
580 if (nTotalLength == m_nLimit) { in Insert()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_itemlayout.cpp2761 int32_t nTotalLength = 0; in CalculateRowChildPosition() local
2765 nTotalLength++; in CalculateRowChildPosition()
2772 if (!nTotalLength) { in CalculateRowChildPosition()