HomeSort by relevance Sort by last modified time
    Searched defs:nBgn (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtpage.cpp 215 int32_t nBgn = 0;
225 nBgn = nEnd = i;
243 for (i = nBgn; i <= nEnd; i++) {
fde_txtedtengine.cpp 435 int32_t nBgn = 0;
438 FX_BOOL bInField = GetFieldBoundary(nSelStart, nBgn, nEnd, pField);
447 int32_t nIndexInField = nSelStart - nBgn;
448 int32_t nRet = pField->Replace(nSelStart - nBgn, nSelCount,
474 GetPreReplaceText(wsText, nBgn, nEnd - nBgn + 1,
481 Replace(nBgn, nEnd - nBgn + 1, wsDisplay);
482 int32_t nNewCaret = nBgn + nCaret;
485 this, m_nCaret, nNewCaret, pField, nIndexInField, nBgn,
    [all...]
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp     [all...]

Completed in 136 milliseconds