Searched refs:nCount (Results 51 - 75 of 78) sorted by relevance

1234

/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3commontreenodestream.c477 ANTLR3_UINT32 nCount; local
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/xfa/src/fxfa/src/parser/
H A Dxfa_localevalue.cpp947 int32_t nCount = wsNumeric.GetLength(); local
949 while (n < nCount && (bLimit ? nf < nCountFmt : TRUE) &&
962 if (n == nCount) {
987 while (n < nCount && (bLimit ? nf < nCountFmt : TRUE) &&
1000 return n == nCount;
H A Dxfa_script_hostpseudomodel.cpp408 int32_t nCount = 0; local
416 pBuf[nCount++] = wCur;
418 wsFilter.ReleaseBuffer(nCount);
/external/lz4/programs/
H A Dframetest.c117 U32 nCount; local
119 nCount = (U32) (((tb.time & 0xFFFFF) * 1000) + tb.millitm);
120 return nCount;
H A Dfuzzer.c106 U32 nCount; local
108 nCount = (U32) (((tb.time & 0xFFFFF) * 1000) + tb.millitm);
109 return nCount;
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_GlobalData.cpp401 FX_DWORD nCount = 0; local
414 nCount++;
424 sFile.AppendBlock(&nCount, sizeof(FX_DWORD));
H A DField.cpp3293 int32_t nCount = pFormField->CountControls(); local
3294 if (nCount < 1)
3300 if (nCount == 1) {
3309 for (int32_t i = 0; i < nCount; i++) {
/external/pdfium/core/src/fxcrt/
H A Dfx_extension.cpp32 FX_DWORD nCount = --m_dwCount; local
33 if (!nCount) {
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text.cpp300 FX_STRSIZE nCount = FX_Unicode_GetNormalization(wChar, pDst); local
301 if (nCount < 1) {
305 pDst = new FX_WCHAR[nCount];
307 for (int nIndex = 0; nIndex < nCount; nIndex++) {
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_gdipext.cpp1019 int nCount = 0; local
1044 if (nCount == 0) {
1048 pDashArray[nCount - 2] += on_phase;
1049 pDashArray[nCount - 1] += off_phase;
1052 pDashArray[nCount++] = on_phase + on_leftover;
1054 pDashArray[nCount++] = off_phase + off_leftover;
1058 CallFunc(GdipSetPenDashArray)(pPen, pDashArray, nCount);
H A Dfx_win32_print.cpp333 path.AllocPointCount(pData->rdh.nCount * 5);
334 for (FX_DWORD i = 0; i < pData->rdh.nCount; i++) {
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_objects.cpp503 void CPDF_Array::RemoveAt(FX_DWORD i, int nCount) { argument
507 if (nCount <= 0 || nCount > m_Objects.GetSize() - i)
510 for (int j = 0; j < nCount; ++j) {
514 m_Objects.RemoveAt(i, nCount);
H A Dfpdf_parser_parser.cpp1066 int nCount = pCountObj->GetInteger(); local
1067 if (nStartNum >= 0 && nCount > 0) {
1068 arrIndex.push_back(std::make_pair(nStartNum, nCount));
/external/pdfium/xfa/src/fwl/src/basewidget/
H A Dfwl_comboboximp.cpp46 int32_t nCount) const {
48 ->GetEditText(wsText, nStart, nCount);
50 FWL_ERR IFWL_ComboBox::SetEditSelRange(int32_t nStart, int32_t nCount) { argument
52 ->SetEditSelRange(nStart, nCount);
741 int32_t nCount) const {
743 return m_pEdit->GetText(wsText, nStart, nCount);
752 FWL_ERR CFWL_ComboBoxImp::SetEditSelRange(int32_t nStart, int32_t nCount) { argument
756 m_pEdit->AddSelRange(nStart, nCount);
H A Dfwl_listboximp.cpp469 int32_t nCount = pData->CountItems(m_pInterface); local
470 for (int32_t i = 0; i < nCount; i++) {
/external/pdfium/fpdfsdk/src/
H A Dfsdk_mgr.cpp1051 const size_t nCount = m_pAnnotList->Count(); local
1091 const size_t nCount = m_pAnnotList->Count(); local
1092 for (size_t i = 0; i < nCount; ++i) {
1105 for (size_t i = 0; i < nCount; ++i) {
H A Dfsdk_baseform.cpp1488 int32_t nCount = pField->CountOptions(); local
1491 for (int32_t i = nTop; i < nCount; i++) {
/external/pdfium/xfa/src/fwl/src/basewidget/include/
H A Dfwl_datetimepickerimp.h123 int32_t nCount = -1) const;
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_objects.h304 void RemoveAt(FX_DWORD index, int nCount = 1);
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Edit.cpp42 int32_t nCount = pXML->CountChildren(); local
47 for (int32_t i = 0; i < nCount; i++) {
H A DPWL_Utils.cpp20 int32_t nCount) {
23 for (int32_t i = 0; i < nCount; i++) {
49 int32_t nCount) {
50 path.SetPointCount(nCount);
52 for (int32_t i = 0; i < nCount; i++) {
1379 int32_t nCount,
1382 path.SetPointCount(nCount);
1385 for (int32_t i = 1; i < nCount; i++)
19 GetAppStreamFromArray(const CPWL_PathData* pPathData, int32_t nCount) argument
47 GetPathDataFromArray(CFX_PathData& path, const CPWL_PathData* pPathData, int32_t nCount) argument
/external/pdfium/xfa/src/fgas/src/font/
H A Dfx_stdfontmgr.cpp1044 int32_t nCount = m_InstalledFonts.GetSize(); local
1045 for (int32_t i = 0; i < nCount; i++) {
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_fontmgr.cpp1954 int32_t nCount = sizeof(g_XFAPDFFontName) / sizeof(XFA_PDFFONTNAME); local
1955 for (int32_t i = 0; i < nCount; i++) {
/external/pdfium/xfa/src/fgas/src/localization/
H A Dfx_locale.cpp91 int32_t nCount = pxmlElement->CountElements(bsSpace, bsTag); local
93 for (; i < nCount; i++) {
99 if (i < nCount && pDatePattern) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 858 milliseconds

1234