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

  /external/pdfium/fpdfsdk/include/formfiller/
FFL_ComboBox.h 19 int nEnd;
FFL_TextField.h 20 int nEnd;
  /external/pdfium/fpdfsdk/src/javascript/
Document.h 23 int nEnd;
Document.cpp 44 nEnd = 0;
412 int nEnd = 0;
430 nEnd = pprintparamsObj->nEnd;
447 nEnd = params[2].ToInt();
461 pEnv->JS_docprint(bUI, nStart, nEnd, bSilent, bShrinkToFit, bPrintAsImage,
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdfppo.cpp 339 int nEnd = cbMidRange.GetLength() - nMid;
340 if (nEnd == 0)
343 int nEndPageNum = atol(cbMidRange.Mid(nMid, nEnd));
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtbuf.cpp 71 int32_t nEnd = m_pBuf->m_Chunks.GetSize() - 1;
72 while (m_nCurChunk < nEnd) {
fde_txtedtpage.cpp 216 int32_t nEnd = 0;
225 nBgn = nEnd = i;
233 nEnd = i - 1;
243 for (i = nBgn; i <= nEnd; i++) {
320 int32_t nEnd = nStart + nCount - 1;
328 if (nEnd >= piece->nStart && nEnd < (piece->nStart + piece->nCount)) {
329 nRangeEnd = nEnd - piece->nStart;
343 if (nEnd >= piece->nStart && nEnd < (piece->nStart + piece->nCount)) {
    [all...]
fde_txtedtengine.cpp 436 int32_t nEnd = 0;
438 FX_BOOL bInField = GetFieldBoundary(nSelStart, nBgn, nEnd, pField);
439 if (nSelEnd > nEnd) {
474 GetPreReplaceText(wsText, nBgn, nEnd - nBgn + 1,
481 Replace(nBgn, nEnd - nBgn + 1, wsDisplay);
498 int32_t nEnd = 0;
500 FX_BOOL bInField = GetFieldBoundary(m_nCaret, nBgn, nEnd, pField);
534 GetPreReplaceText(wsText, nBgn, nEnd - nBgn + 1,
541 Replace(nBgn, nEnd - nBgn + 1, wsDisplay);
544 this, m_nCaret, pField, m_nCaret - nBgn, nBgn, nEnd - nBgn + 1,
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
AnimatedVectorDrawable_Delegate.java 156 /*package*/ static void nEnd(long animatorSetPtr) {
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 723 int32_t nEnd = -1;
725 m_pEdit->GetSel(nStart, nEnd);
728 CPVT_WordPlace wpEnd = m_pEdit->WordIndexToWordPlace(nEnd);
    [all...]
  /frameworks/base/core/java/android/view/
RenderNodeAnimator.java 258 nEnd(mNativePtr.get());
519 private static native void nEnd(long animPtr);
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 397 // The node n spans [nBegin, nEnd]
399 int nEnd = ends.get(n);
403 if (nBegin >= n && nEnd <= endNode &&
406 n = nEnd + 1;
413 // If the node [nBegin, nEnd) lies completely within
414 // the region then proceed to the (nEnd + 1).
415 if (nBegin >= blockStart && nEnd < endNode) {
416 n = nEnd + 1;
424 debug("Forcing new block: " + n + " (" + nBegin + " " + nEnd +
    [all...]
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp     [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedVectorDrawable.java     [all...]
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 533 milliseconds