Searched defs:nStart (Results 1 - 23 of 23) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
H A Dcffl_combobox.h17 int nStart; member in struct:FFL_ComboBoxState
H A Dcffl_textfield.h20 FFL_TextFieldState() : nStart(0), nEnd(0) {}
22 int nStart; member in struct:FFL_TextFieldState
/external/pdfium/fxjs/
H A Dcjs_printparamsobj.h19 int nStart; member in class:PrintParamsObj
H A Dcfxjse_resolveprocessor.cpp492 int32_t nStart,
494 ASSERT(nStart > -1);
497 if (nStart >= iLength)
502 wchar_t* pNameBuf = wsName.GetBuffer(iLength - nStart);
503 wchar_t* pConditionBuf = wsCondition.GetBuffer(iLength - nStart);
512 while (nStart < iLength) {
513 wCur = pSrc[nStart++];
524 wchar_t wLookahead = nStart < iLength ? pSrc[nStart] : 0;
530 } else if (wCur == '.' && nStart < iLengt
491 GetFilter(const WideStringView& wsExpression, int32_t nStart, CFXJSE_ResolveNodeData& rnd) argument
[all...]
H A Dcfxjse_engine.cpp559 int32_t nStart = 0; local
569 m_ResolveProcessor->SetCurStart(nStart);
570 nStart = m_ResolveProcessor->GetFilter(wsExpression, nStart, rndFind);
571 if (nStart < 1) {
574 nStart = m_ResolveProcessor->GetNodeHelper()->m_iCurAllStart;
575 if (nStart != -1) {
600 nStart ==
616 m_ResolveProcessor->GetFilter(wsExpression, nStart, rndBind);
628 nStart <
[all...]
H A Dcjs_publicmethods.cpp348 size_t nStart,
353 for (size_t i = nStart; i < str.GetLength(); ++i) {
354 if (i - nStart > 10)
372 size_t nStart,
376 for (size_t i = nStart; i < str.GetLength(); ++i) {
347 ParseStringInteger(const WideString& str, size_t nStart, size_t* pSkip, size_t nMaxStep) argument
371 ParseStringString(const WideString& str, size_t nStart, size_t* pSkip) argument
H A Dcjs_document.cpp351 int nStart = 0; local
371 nStart = pprintparamsObj->nStart;
386 nStart = pRuntime->ToInt32(params[1]);
404 m_pFormFillEnv->JS_docprint(bUI, nStart, nEnd, bSilent, bShrinkToFit,
/external/pdfium/core/fpdfdoc/
H A Dctypeset.cpp196 int32_t nStart = 0; local
203 nStart = (m_pVT->GetCharArray() -
207 fNodeWidth * nStart - fNodeWidth * VARIABLETEXT_HALF;
210 nStart = m_pVT->GetCharArray() -
213 fNodeWidth * nStart - fNodeWidth * VARIABLETEXT_HALF;
233 x = (float)(fNodeWidth * (w + nStart + 0.5) -
/external/pdfium/core/fpdftext/
H A Dcpdf_linkextract.cpp189 int32_t* nStart,
213 *nStart = start.value();
215 *strBeCheck = strBeCheck->Mid(*nStart, *nCount);
229 *nStart = start.value();
231 *strBeCheck = L"http://" + strBeCheck->Mid(*nStart, *nCount);
188 CheckWebLink(WideString* strBeCheck, int32_t* nStart, int32_t* nCount) argument
/external/pdfium/fxjs/xfa/
H A Dcjx_hostpseudomodel.cpp24 int32_t nStart,
26 ASSERT(nStart > -1);
28 if (nStart >= iLength)
31 wchar_t* pBuf = wsFilter.GetBuffer(iLength - nStart);
35 while (nStart < iLength) {
36 wCur = pSrc[nStart++];
44 return nStart;
23 FilterName(const WideStringView& wsExpression, int32_t nStart, WideString& wsFilter) argument
/external/pdfium/xfa/fde/
H A Dcfde_texteditengine.h28 int32_t nStart = 0; member in struct:FDE_TEXTEDITPIECE
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_localevalue.cpp448 int nStart = 0; local
462 nStart = nIndex;
463 while (pDate[nIndex] != '\0' && nIndex - nStart < wCountM && nIndex < nLen) {
476 nStart = nIndex;
477 while (pDate[nIndex] != '\0' && nIndex - nStart < wCountD && nIndex < nLen) {
524 int nStart = 0; local
525 while (nIndex - nStart < wCountH && pTime[nIndex]) {
537 nStart = nIndex;
538 while (nIndex - nStart < wCountM && nIndex < nLen && pTime[nIndex]) {
549 nStart
[all...]
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_formfillenvironment.cpp185 int nStart,
196 m_pInfo->m_pJsPlatform->Doc_print(m_pInfo->m_pJsPlatform, bUI, nStart, nEnd,
184 JS_docprint(FPDF_BOOL bUI, int nStart, int nEnd, FPDF_BOOL bSilent, FPDF_BOOL bShrinkToFit, FPDF_BOOL bPrintAsImage, FPDF_BOOL bReverse, FPDF_BOOL bAnnotations) argument
/external/pdfium/xfa/fwl/
H A Dcfwl_edit.cpp167 int32_t nStart,
175 m_EdtEngine.GetCharacterRectsInRange(nStart, nCount);
194 int32_t nStart = 0; local
202 nStart = i;
211 AddSpellCheckObj(pathSpell, nStart, sLatinWord.GetLength(), fOffSetX,
222 AddSpellCheckObj(pathSpell, nStart, sLatinWord.GetLength(), fOffSetX,
166 AddSpellCheckObj(CXFA_GEPath& PathData, int32_t nStart, int32_t nCount, float fOffSetX, float fOffSetY) argument
/external/sqlite/dist/orig/
H A Dsqlite3.c160999 int nStart; local
161034 int nStart = fts3TreeFinishNode(pTree, iHeight, iLeaf); local
161043 int nStart = fts3TreeFinishNode(pIter, iHeight, iNextLeaf); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c161011 int nStart; local
161046 int nStart = fts3TreeFinishNode(pTree, iHeight, iLeaf); local
161055 int nStart = fts3TreeFinishNode(pIter, iHeight, iNextLeaf); local
[all...]
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1201 milliseconds