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

1 2 3

  /external/pdfium/core/src/fpdftext/
unicodenormalization.cpp 50 FX_STRSIZE nCount = 0;
54 nCount += FX_Unicode_GetNormalization(wch, pDst + nCount);
56 nCount += FX_Unicode_GetNormalization(wch, pDst);
59 return nCount;
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtparag.cpp 58 int32_t nCount = pTxtBreak->CountBreakPieces();
60 for (int32_t j = 0; j < nCount; j++) {
105 int32_t nCount = 0;
122 nCount++;
134 m_nLineCount = nCount;
138 int32_t& nCount) const {
147 nCount = *pLineBaseArr;
fde_txtedtpage.h 56 int32_t nCount;
104 virtual int32_t SelectWord(const CFX_PointF& fPoint, int32_t& nCount);
108 int32_t nCount,
fde_txtedtbuf.cpp 208 int32_t nCount = m_Chunks.GetSize();
210 for (i = 0; i < nCount; i++) {
226 int32_t nCount = m_Chunks.GetSize();
238 if (nChunkIndex >= nCount) {
330 int32_t nCount = m_Chunks.GetSize();
332 while (i < nCount) {
337 while (i < nCount) {
351 int32_t nCount = m_Chunks.GetSize();
352 if (nCount == 0) {
356 for (; i < nCount; i++) {
    [all...]
fde_txtedtengine.h 50 int32_t nCount;
77 int32_t nCount = -1);
94 virtual int32_t DeleteRange(int32_t nStart, int32_t nCount = -1);
113 void RemoveSelRange(int32_t nStart, int32_t nCount = -1);
115 virtual void AddSelRange(int32_t nStart, int32_t nCount = -1);
164 void Inner_DeleteRange(int32_t nStart, int32_t nCount = -1);
166 int32_t nCount,
fde_txtedtblock.cpp 23 int32_t nCount = wsBlock.GetLength();
27 while (i < nCount) {
32 if (i < nCount) {
69 int32_t nCount = m_FieldArr.GetSize();
70 for (int32_t i = 0; i < nCount; i++) {
77 int32_t nCount = m_FieldArr.GetSize();
78 for (int32_t i = 0; i < nCount; i++) {
87 int32_t nCount = m_FieldArr.GetSize();
88 for (int32_t i = 0; i < nCount; i++) {
95 int32_t nCount = m_FieldArr.GetSize();
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdf_ext.cpp 123 FX_DWORD nCount = pElement->CountChildren();
124 for (i = 0; i < (int)nCount; i++) {
162 int nCount = pArray->GetCount();
163 for (int i = 0; i < nCount; i++) {
fpdfppo.cpp 310 int nCount) {
330 if (lPageNum <= 0 || lPageNum > nCount)
345 nEndPageNum > nCount) {
371 int nCount = pSrcDoc->GetPageCount();
373 if (!ParserPageRangeString(pagerange, &pageArray, nCount))
376 for (int i = 1; i <= nCount; ++i) {
  /external/pdfium/xfa/src/fxgraphics/src/
fx_path_generator.cpp 23 int nCount = pPathData->GetPointCount();
25 AddPathData(pPoints, nCount);
28 void CFX_PathGenerator::AddPathData(FX_PATHPOINT* pPoints, int nCount) {
29 if (pPoints && nCount > 0) {
31 m_pPathData->AddPointCount(nCount);
34 sizeof(FX_PATHPOINT) * nCount);
  /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/core/src/fxcrt/
extension.h 132 FX_DWORD nCount = --m_dwCount;
133 if (nCount) {
fx_extension.cpp 32 FX_DWORD nCount = --m_dwCount;
33 if (!nCount) {
  /external/pdfium/fpdfsdk/src/javascript/
JS_GlobalData.cpp 401 FX_DWORD nCount = 0;
414 nCount++;
424 sFile.AppendBlock(&nCount, sizeof(FX_DWORD));
  /external/pdfium/xfa/src/fwl/src/lightwidget/
combobox.cpp 84 int32_t nCount) const {
88 ->GetEditText(wsText, nStart, nCount);
90 FWL_ERR CFWL_ComboBox::SetEditSelRange(int32_t nStart, int32_t nCount) {
93 return static_cast<IFWL_ComboBox*>(m_pIface)->SetEditSelRange(nStart, nCount);
238 int32_t nCount = m_arrItem.GetSize();
239 for (int32_t i = 0; i < nCount; i++) {
listbox.cpp 134 int32_t nCount = m_ListBoxDP.m_arrItem.GetSize();
135 if (nIndex > nCount - 1 && nIndex < 0) {
174 int32_t nCount = m_ListBoxDP.CountItems(NULL);
175 for (int32_t i = 0; i < nCount; i++) {
199 int32_t nCount = m_arrItem.GetSize();
200 for (int32_t i = 0; i < nCount; i++) {
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_nodehelper.cpp 75 int32_t nCount = 0;
85 nCount++;
90 nCount++;
93 if (nCount > 0) {
94 return nCount;
96 nCount += XFA_NodeAcc_TraverseAnySiblings(child, dNameHash, pSiblings,
109 nCount++;
116 nCount++;
119 if (nCount > 0) {
120 return nCount;
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 762 OMX_U32 nBufIndex, nSize, nCount=0;
784 TIMM_OSAL_GetPipeReadyMessageCount(pProxy->hBufPipe, (TIMM_OSAL_U32 *)&nCount);
785 if(nCount)
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 750 OMX_U32 nBufIndex, nSize, nCount=0;
772 TIMM_OSAL_GetPipeReadyMessageCount(pProxy->hBufPipe, (TIMM_OSAL_U32 *)&nCount);
773 if(nCount)
  /external/lz4/programs/
bench.c 167 int nCount;
169 nCount = (int) (tb.millitm + (tb.time & 0xfffff) * 1000);
170 return nCount;
180 int nCount;
182 nCount = (int) (tv.tv_usec/1000 + (tv.tv_sec & 0xfffff) * 1000);
183 return nCount;
  /external/pdfium/core/src/fpdfdoc/
doc_basic.cpp 142 int nCount = pNames->GetCount() / 2;
143 if (nIndex >= nCurIndex + nCount) {
144 nCurIndex += nCount;
182 int nCount = 0;
188 nCount += CountNames(pKid, nLevel + 1);
190 return nCount;
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fontmgr.cpp     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Utils.c 787 OMX_U8 nCount = 0;
821 for (nCount = 0; nCount < pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pPortDef->nBufferCountActual; nCount++) {
822 JPEGDEC_BUFFER_PRIVATE* pBuffPrivate = pComponentPrivate->pCompPort[JPEGDEC_INPUT_PORT]->pBufferPrivate[nCount];
829 PREF(((OMX_BUFFERHEADERTYPE*) pComponentPrivate->pCompPort[0]->pBufferPrivate[nCount]->pBufferHdr), pBuffer),
830 PREF(((OMX_BUFFERHEADERTYPE*) pComponentPrivate->pCompPort[0]->pBufferPrivate[nCount]->pBufferHdr), nFilledLen),
875 for (nCount = 0; nCount < pComponentPrivate->pCompPort[JPEGDEC_OUTPUT_PORT]->pPortDef->nBufferCountActual; nCount++)
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c 237 OMX_U32 nCount = 0;
264 nCount = pComponentPrivate->sCompPorts[nPortIndex].nBufferCount;
269 pComponentPrivate->sCompPorts[nPortIndex].pVPPBufHeader[nCount].pBufHeader = pBufferHdr;
270 pComponentPrivate->sCompPorts[nPortIndex].pVPPBufHeader[nCount].bSelfAllocated = OMX_TRUE;
325 pComponentPrivate->sCompPorts[nPortIndex].pVPPBufHeader[nCount].pBufferStart = pBufferStart;
345 pComponentPrivate->sCompPorts[nPortIndex].pVPPBufHeader[nCount].eBufferOwner = VPP_BUFFER_CLIENT;
346 * ppBufferHdr = pComponentPrivate->sCompPorts[nPortIndex].pVPPBufHeader[nCount].pBufHeader;
373 OMX_U32 nCount = 0;
389 eError = VPP_IsValidBuffer(pBufHeader, pMyData, nPortIndex, &nCount);
394 pBufferStart = pMyData->sCompPorts[nPortIndex].pVPPBufHeader[nCount].pBufferStart
    [all...]

Completed in 1266 milliseconds

1 2 3