/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_localevalue.cpp | 448 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/ |
D | cfxjse_resolveprocessor.cpp | 492 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 …]
|
D | cfxjse_engine.cpp | 559 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()
|
D | cjs_printparamsobj.cpp | 27 nStart = 0; in PrintParamsObj()
|
D | cjs_printparamsobj.h | 19 int nStart; variable
|
D | cjs_publicmethods.h | 141 size_t nStart, 145 size_t nStart,
|
D | cfxjse_resolveprocessor.h | 42 int32_t nStart,
|
D | cjs_publicmethods.cpp | 348 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()
|
D | cjs_document.cpp | 351 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/ |
D | cfde_texteditengine.cpp | 900 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()
|
D | cfde_texteditengine.h | 28 int32_t nStart = 0; member
|
/external/pdfium/core/fpdftext/ |
D | cpdf_linkextract.cpp | 189 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()
|
D | cpdf_linkextract.h | 30 bool CheckWebLink(WideString* str, int32_t* nStart, int32_t* nCount);
|
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_textfield.h | 20 FFL_TextFieldState() : nStart(0), nEnd(0) {} in FFL_TextFieldState() 22 int nStart; member
|
D | cffl_combobox.cpp | 21 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()
|
D | cffl_textfield.cpp | 225 pWnd->GetSelection(m_State.nStart, m_State.nEnd); in SaveState() 237 pWnd->SetSelection(m_State.nStart, m_State.nEnd); in RestoreState()
|
D | cffl_combobox.h | 17 int nStart; member
|
/external/pdfium/core/fpdfdoc/ |
D | ctypeset.cpp | 196 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/ |
D | cjx_hostpseudomodel.cpp | 24 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/ |
D | cpwl_edit.cpp | 382 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/ |
D | cfwl_edit.cpp | 167 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()
|
D | cfwl_edit.h | 138 int32_t nStart,
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_formfillenvironment.h | 199 int nStart,
|
D | cpdfsdk_formfillenvironment.cpp | 185 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/ |
D | BlockRealMatrix.java | 602 for (int nStart = 0; nStart < jWidth; ++nStart) { in multiply() 605 int n = nStart; in multiply()
|