Home
last modified time | relevance | path

Searched refs:nStart (Results 1 – 25 of 29) sorted by relevance

12

/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.cpp448 int nStart = 0; in ValidateCanonicalDate() local
462 nStart = nIndex; in ValidateCanonicalDate()
463 while (pDate[nIndex] != '\0' && nIndex - nStart < wCountM && nIndex < nLen) { in ValidateCanonicalDate()
476 nStart = nIndex; in ValidateCanonicalDate()
477 while (pDate[nIndex] != '\0' && nIndex - nStart < wCountD && nIndex < nLen) { in ValidateCanonicalDate()
524 int nStart = 0; in ValidateCanonicalTime() local
525 while (nIndex - nStart < wCountH && pTime[nIndex]) { in ValidateCanonicalTime()
537 nStart = nIndex; in ValidateCanonicalTime()
538 while (nIndex - nStart < wCountM && nIndex < nLen && pTime[nIndex]) { in ValidateCanonicalTime()
549 nStart = nIndex; in ValidateCanonicalTime()
[all …]
/external/pdfium/fxjs/
Dcfxjse_resolveprocessor.cpp492 int32_t nStart, in GetFilter() argument
494 ASSERT(nStart > -1); in GetFilter()
497 if (nStart >= iLength) in GetFilter()
502 wchar_t* pNameBuf = wsName.GetBuffer(iLength - nStart); in GetFilter()
503 wchar_t* pConditionBuf = wsCondition.GetBuffer(iLength - nStart); in GetFilter()
512 while (nStart < iLength) { in GetFilter()
513 wCur = pSrc[nStart++]; in GetFilter()
524 wchar_t wLookahead = nStart < iLength ? pSrc[nStart] : 0; in GetFilter()
530 } else if (wCur == '.' && nStart < iLength && in GetFilter()
531 (pSrc[nStart] == '[' || pSrc[nStart] == '(')) { in GetFilter()
[all …]
Dcfxjse_engine.cpp559 int32_t nStart = 0; in ResolveObjects() local
569 m_ResolveProcessor->SetCurStart(nStart); in ResolveObjects()
570 nStart = m_ResolveProcessor->GetFilter(wsExpression, nStart, rndFind); in ResolveObjects()
571 if (nStart < 1) { in ResolveObjects()
574 nStart = m_ResolveProcessor->GetNodeHelper()->m_iCurAllStart; in ResolveObjects()
575 if (nStart != -1) { in ResolveObjects()
600 nStart == in ResolveObjects()
616 m_ResolveProcessor->GetFilter(wsExpression, nStart, rndBind); in ResolveObjects()
628 nStart < in ResolveObjects()
658 nStart == pdfium::base::checked_cast<int32_t>( in ResolveObjects()
Dcjs_printparamsobj.cpp27 nStart = 0; in PrintParamsObj()
Dcjs_printparamsobj.h19 int nStart; variable
Dcjs_publicmethods.h141 size_t nStart,
145 size_t nStart,
Dcfxjse_resolveprocessor.h42 int32_t nStart,
Dcjs_publicmethods.cpp348 size_t nStart, in ParseStringInteger() argument
353 for (size_t i = nStart; i < str.GetLength(); ++i) { in ParseStringInteger()
354 if (i - nStart > 10) in ParseStringInteger()
372 size_t nStart, in ParseStringString() argument
376 for (size_t i = nStart; i < str.GetLength(); ++i) { in ParseStringString()
Dcjs_document.cpp351 int nStart = 0; in print() local
371 nStart = pprintparamsObj->nStart; in print()
386 nStart = pRuntime->ToInt32(params[1]); in print()
404 m_pFormFillEnv->JS_docprint(bUI, nStart, nEnd, bSilent, bShrinkToFit, in print()
/external/pdfium/xfa/fde/
Dcfde_texteditengine.cpp900 size_t start_it_idx = start_it->nStart; in GetIndexForPoint()
909 size_t pos = start_it->nStart + i; in GetIndexForPoint()
928 return start_it->nStart; in GetIndexForPoint()
932 return end_it->nStart; in GetIndexForPoint()
1008 txtEdtPiece.nStart = current_piece_start; in RebuildPieces()
1071 if (it->nStart <= start_idx && start_idx < it->nStart + it->nCount) in GetCharacterInfo()
1079 return {it->nBidiLevel, GetCharRects(*it)[start_idx - it->nStart]}; in GetCharacterInfo()
1090 if (it->nStart <= start_idx && start_idx < it->nStart + it->nCount) in GetCharacterRectsInRange()
1100 if (it->nStart <= end_idx && end_idx < it->nStart + it->nCount) { in GetCharacterRectsInRange()
1103 piece.Union(arr[end_idx - it->nStart]); in GetCharacterRectsInRange()
Dcfde_texteditengine.h28 int32_t nStart = 0; member
/external/pdfium/core/fpdftext/
Dcpdf_linkextract.cpp189 int32_t* nStart, in CheckWebLink() argument
213 *nStart = start.value(); in CheckWebLink()
215 *strBeCheck = strBeCheck->Mid(*nStart, *nCount); in CheckWebLink()
229 *nStart = start.value(); in CheckWebLink()
231 *strBeCheck = L"http://" + strBeCheck->Mid(*nStart, *nCount); in CheckWebLink()
Dcpdf_linkextract.h30 bool CheckWebLink(WideString* str, int32_t* nStart, int32_t* nCount);
/external/pdfium/fpdfsdk/formfiller/
Dcffl_textfield.h20 FFL_TextFieldState() : nStart(0), nEnd(0) {} in FFL_TextFieldState()
22 int nStart; member
Dcffl_combobox.cpp21 m_State.nStart = 0; in CFFL_ComboBox()
206 pEdit->GetSelection(m_State.nStart, m_State.nEnd); in SaveState()
222 pEdit->SetSelection(m_State.nStart, m_State.nEnd); in RestoreState()
Dcffl_textfield.cpp225 pWnd->GetSelection(m_State.nStart, m_State.nEnd); in SaveState()
237 pWnd->SetSelection(m_State.nStart, m_State.nEnd); in RestoreState()
Dcffl_combobox.h17 int nStart; member
/external/pdfium/core/fpdfdoc/
Dctypeset.cpp196 int32_t nStart = 0; in CharArray() local
203 nStart = (m_pVT->GetCharArray() - in CharArray()
207 fNodeWidth * nStart - fNodeWidth * VARIABLETEXT_HALF; in CharArray()
210 nStart = m_pVT->GetCharArray() - in CharArray()
213 fNodeWidth * nStart - fNodeWidth * VARIABLETEXT_HALF; in CharArray()
233 x = (float)(fNodeWidth * (w + nStart + 0.5) - in CharArray()
/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.cpp24 int32_t nStart, in FilterName() argument
26 ASSERT(nStart > -1); in FilterName()
28 if (nStart >= iLength) in FilterName()
31 wchar_t* pBuf = wsFilter.GetBuffer(iLength - nStart); in FilterName()
35 while (nStart < iLength) { in FilterName()
36 wCur = pSrc[nStart++]; in FilterName()
44 return nStart; in FilterName()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.cpp382 int32_t nStart = -1; in GetSelectWordRange() local
385 m_pEdit->GetSelection(nStart, nEnd); in GetSelectWordRange()
387 CPVT_WordPlace wpStart = m_pEdit->WordIndexToWordPlace(nStart); in GetSelectWordRange()
/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp167 int32_t nStart, in AddSpellCheckObj() argument
175 m_EdtEngine.GetCharacterRectsInRange(nStart, nCount); in AddSpellCheckObj()
194 int32_t nStart = 0; in DrawSpellCheck() local
202 nStart = i; in DrawSpellCheck()
211 AddSpellCheckObj(pathSpell, nStart, sLatinWord.GetLength(), fOffSetX, in DrawSpellCheck()
222 AddSpellCheckObj(pathSpell, nStart, sLatinWord.GetLength(), fOffSetX, in DrawSpellCheck()
Dcfwl_edit.h138 int32_t nStart,
/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.h199 int nStart,
Dcpdfsdk_formfillenvironment.cpp185 int nStart, in JS_docprint() argument
196 m_pInfo->m_pJsPlatform->Doc_print(m_pInfo->m_pJsPlatform, bUI, nStart, nEnd, in JS_docprint()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DBlockRealMatrix.java602 for (int nStart = 0; nStart < jWidth; ++nStart) { in multiply()
605 int n = nStart; in multiply()

12