HomeSort by relevance Sort by last modified time
    Searched defs:nCount (Results 1 - 25 of 34) sorted by null

1 2

  /external/pdfium/fpdfsdk/
fpdf_ext.cpp 108 size_t nCount = pElement->CountChildren();
109 for (size_t i = 0; i < nCount; ++i) {
cpdfsdk_pageview.cpp 459 const size_t nCount = m_pAnnotList->Count();
460 for (size_t i = 0; i < nCount; ++i) {
fpdfppo.cpp 74 int nCount) {
98 if (pageNum <= 0 || pageNum > nCount)
115 nEndPageNum > nCount) {
361 int nCount = pSrcDoc->GetPageCount();
363 if (!ParserPageRangeString(pagerange, &pageArray, nCount))
366 for (int i = 1; i <= nCount; ++i) {
cpdfsdk_baannot.cpp 269 size_t nCount = pEntry->GetCount();
270 if (nCount == 1) {
276 } else if (nCount == 3) {
284 } else if (nCount == 4) {
  /external/pdfium/core/fpdfdoc/
cpdf_nametree.cpp 243 size_t nCount = pNames->GetCount() / 2;
244 if (nIndex >= *nCurIndex + nCount) {
245 *nCurIndex += nCount;
286 size_t nCount = 0;
292 nCount += CountNamesInternal(pKid, nLevel + 1);
294 return nCount;
cpdf_interform.cpp 907 size_t nCount = m_pFieldTree->m_Root.CountFields();
908 for (size_t i = 0; i < nCount; ++i) {
925 size_t nCount = m_pFieldTree->m_Root.CountFields();
926 for (size_t i = 0; i < nCount; ++i) {
1073 size_t nCount = m_pFieldTree->m_Root.CountFields();
1074 for (size_t i = 0; i < nCount; ++i) {
1107 size_t nCount = m_pFieldTree->m_Root.CountFields();
1108 for (size_t i = 0; i < nCount; ++i)
1141 size_t nCount = m_pFieldTree->m_Root.CountFields();
1142 for (size_t i = 0; i < nCount; ++i)
    [all...]
  /external/pdfium/core/fpdftext/
cpdf_linkextract.cpp 135 int nCount = pos - start;
137 nCount++;
146 strBeCheck = m_pTextPage->GetPageText(start, nCount);
160 nCount--;
167 if (nCount > 5) {
174 m_LinkArray.push_back({start, nCount, strBeCheck});
190 int32_t* nCount) {
214 *nCount = end - start.value() + 1;
215 *strBeCheck = strBeCheck->Mid(*nStart, *nCount);
230 *nCount = end - start.value() + 1
    [all...]
cpdf_textpagefind.cpp 45 int nCount = pTextPage->CountChars();
46 if (nCount)
48 for (int i = 0; i < nCount; i++) {
144 int nCount = pdfium::CollectionSize<int>(m_csFindWhatArray);
148 for (int iWord = 0; iWord < nCount; iWord++) {
151 if (iWord == nCount - 1) {
cpdf_textpage.cpp 176 int nCount = pdfium::CollectionSize<int>(m_CharList);
177 if (nCount)
180 for (int i = 0; i < nCount; i++) {
238 int nCount) const {
239 if (start < 0 || nCount == 0 || !m_bIsParsed)
242 if (nCount + start > pdfium::CollectionSize<int>(m_CharList) ||
243 nCount == -1) {
244 nCount = pdfium::CollectionSize<int>(m_CharList) - start;
252 while (nCount--) {
404 int32_t& nCount) const
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
VectorAverage.java 75 int nCount = 0;
77 nCount = mData.length;
79 for (int i = 0; i < nCount; i++) {
83 for (int i = 0; i < nCount; i++) {
87 for (int i = 0; i < nCount; i++) {
92 return nCount;
139 int nCount = data.length;
140 sb.append(SERIALIZED_COUNT + "=" + nCount +"\n");
142 for (int i = 0; i < nCount; i++) {
157 int nCount = -1
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3basetreeadaptor.c 164 int nCount;
177 nCount = adaptor->getChildCount(adaptor, t);
179 if (nCount == 0)
190 for (i = 0; i<nCount; i++)
244 int nCount;
256 nCount = adaptor->getChildCount(adaptor, t);
258 if (nCount == 0)
269 for (i=0; i<nCount; i++)
antlr3commontreenodestream.c 477 ANTLR3_UINT32 nCount;
493 nCount = t->getChildCount(t);
495 if (nilNode == ANTLR3_FALSE && nCount>0)
504 for (c = 0; c < nCount; c++)
512 if (nilNode == ANTLR3_FALSE && nCount > 0)
  /external/pdfium/fxjs/
cjs_globaldata.cpp 312 uint32_t nCount = 0;
322 nCount++;
331 sFile.AppendBlock(&nCount, sizeof(uint32_t));
cjs_field.cpp     [all...]
  /external/pdfium/fxjs/xfa/
cjx_hostpseudomodel.cpp 32 int32_t nCount = 0;
40 pBuf[nCount++] = wCur;
42 wsFilter.ReleaseBuffer(nCount);
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTPFXParserAPI.cpp 497 unsigned int i, j, nCount, nCountUnused;
504 nCount = 0;
543 ++nCount;
563 *pnUnknownUniformCount = aParams.GetSize() - nCount - nCountUnused;
564 return nCount;
682 @Output nCount number of textures
  /external/pdfium/xfa/fde/
cfde_texteditengine.h 29 int32_t nCount = 0;
  /external/pdfium/xfa/fxfa/parser/
cxfa_localevalue.cpp 735 int32_t nCount = wsNumeric.GetLength();
737 while (n < nCount && (bLimit ? nf < nCountFmt : true) &&
749 if (n == nCount)
773 while (n < nCount && (bLimit ? nf < nCountFmt : true) &&
785 return n == nCount;
  /external/pdfium/core/fxcrt/
bytestring.cpp 639 size_t nCount = static_cast<size_t>(pstrSource - pstrDest);
640 m_pData->m_nDataLength -= nCount;
641 return nCount;
651 size_t nCount = 0;
660 nCount++;
663 if (nCount == 0)
667 m_pData->m_nDataLength + (nReplacementLen - nSourceLen) * nCount;
671 return nCount;
677 for (size_t i = 0; i < nCount; i++) {
688 return nCount;
    [all...]
  /external/pdfium/fpdfsdk/pwl/
cpwl_edit.cpp 59 size_t nCount = pXML->CountChildren();
60 for (size_t i = 0; i < nCount; ++i) {
  /external/pdfium/xfa/fwl/
cfwl_listbox.cpp 314 int32_t nCount = CountItems(this);
315 for (int32_t i = 0; i < nCount; i++) {
  /external/pdfium/core/fpdfapi/parser/
cpdf_parser.cpp     [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_gdipext.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcndr.h 460 ULONG_PTR nCount;
471 ULONG_PTR nCount;
    [all...]
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_QCOMExtns.h 667 * nCount : Specifies the number of LTR frames stored in the
674 OMX_U32 nCount;
    [all...]

Completed in 592 milliseconds

1 2