HomeSort by relevance Sort by last modified time
    Searched refs:iCount (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/pdfium/xfa/src/fgas/src/crt/
fx_utils.cpp 79 int32_t iCount) {
85 if (iCount < 0) {
86 iCount = iAdded;
88 if (iStart + iCount > iAdded) {
89 iCount = iAdded - iStart;
91 if (iCount < 1) {
95 AddSpaceTo(iBlockCount + iCount - 1);
97 iCount * iBlockSize);
98 return iCount;
102 int32_t iCount) {
    [all...]
fx_utils.h 18 int32_t iCount = -1);
21 int32_t iCount = -1);
22 int32_t RemoveLast(int32_t iCount = -1);
  /external/pdfium/core/src/fxcrt/
fx_bidi.cpp 53 int32_t* iCount) const {
56 if (iCount)
57 *iCount = m_iLastCount;
fx_arabic.cpp 316 int32_t iCount) {
318 FXSYS_assert(iCount >= 0 && iStart + iCount <= wsText.GetLength());
322 FX_WCHAR* pEnd = pStart + iCount - 1;
331 int32_t iCount,
334 FXSYS_assert(iStart - iCount > -1);
335 for (int32_t i = iStart - 1; i >= iStart - iCount; i--) {
350 int32_t iCount = wsText.GetLength();
355 for (int32_t i = 0; i < iCount; i++) {
363 for (int32_t i = 0; i < iCount; i++)
    [all...]
  /external/pdfium/xfa/src/fgas/include/
fx_utl.h 57 int32_t iCount = -1);
60 int32_t iCount = -1);
61 int32_t RemoveLast(int32_t iCount = -1);
98 int32_t iCount = -1) {
99 return CFX_BaseArray::Append(src, iStart, iCount);
103 int32_t iCount = -1) {
104 return CFX_BaseArray::Copy(src, iStart, iCount);
106 int32_t RemoveLast(int32_t iCount = -1) {
107 return CFX_BaseArray::RemoveLast(iCount);
138 int32_t iCount = -1) {
    [all...]
fx_alg.h 27 int32_t Lookup(const baseType& find, const baseType* pArray, int32_t iCount) {
29 if (iCount < 1) {
32 int32_t iStart = 0, iEnd = iCount - 1, iMid;
  /external/pdfium/core/include/fxcrt/
fx_bidi.h 32 // and |iCount|, respectively. Pass in null pointers if the information is
35 Direction GetBidiInfo(int32_t* iStart, int32_t* iCount) const;
fx_ext.h 81 void FX_Random_GenerateBase(FX_DWORD* pBuffer, int32_t iCount);
83 void FX_Random_GenerateMT(FX_DWORD* pBuffer, int32_t iCount);
85 void FX_Random_GenerateCrypto(FX_DWORD* pBuffer, int32_t iCount);
104 void ShellSort(baseType* pArray, int32_t iCount) {
105 FXSYS_assert(pArray && iCount > 0);
108 gap = iCount >> 1;
110 for (i = gap; i < iCount; i++) {
fx_arb.h 60 int32_t iCount,
63 int32_t iCount,
  /external/pdfium/xfa/src/fdp/src/fde/
fde_geobject.cpp 24 FX_PATHPOINT* CFDE_Path::GetLastPoint(int32_t iCount) const {
25 if (iCount < 1) {
29 if (iCount > iPoints) {
32 return m_Path.GetPoints() + iPoints - iCount;
38 FX_PATHPOINT* CFDE_Path::AddPoints(int32_t iCount) {
39 if (iCount < 1) {
43 m_Path.AddPointCount(iCount);
121 int32_t iCount = points.GetSize();
122 if (iCount < 4) {
126 FX_LPCPOINTF pEnd = p + iCount;
    [all...]
fde_render.cpp 120 int32_t iCount = 0;
135 iCount += 5;
139 iCount += 20;
142 iCount += 10;
150 if (iCount >= 100 && pPause != NULL && pPause->NeedToPauseNow()) {
184 int32_t iCount = pTextSet->GetDisplayPos(hText, NULL, FALSE);
185 if (iCount < 1) {
195 m_pCharPos = FX_Alloc(FXTEXT_CHARPOS, iCount);
196 } else if (m_iCharPosCount < iCount) {
197 m_pCharPos = FX_Realloc(FXTEXT_CHARPOS, m_pCharPos, iCount);
    [all...]
fde_geobject.h 34 FX_PATHPOINT* AddPoints(int32_t iCount);
35 FX_PATHPOINT* GetLastPoint(int32_t iCount = 1) const;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
UsbMicrophoneTester.java 42 int iCount = usbDevice.getInterfaceCount();
43 for (int i = 0; i < iCount; i++) {
57 int iCount = usbDevice.getInterfaceCount();
58 for (int i = 0; i < iCount; i++) {
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffConfigAcc.cpp 18 int32_t iCount = 0;
21 iCount++;
23 return iCount;
xfa_rendercontext.cpp 51 int32_t iCount = 0;
62 iCount++;
63 if (iCount > XFA_RENDERCONTEXT_MaxCount && pPause &&
xfa_ffapp.cpp 20 int32_t iCount = streams.GetSize();
21 for (int32_t i = 0; i < iCount; i++) {
28 int32_t iCount = m_Data.GetSize();
29 for (int32_t i = 0; i < iCount; i++) {
38 int32_t iCount = m_Data.GetSize();
40 while (index < iCount) {
49 while (index < iCount) {
  /external/pdfium/xfa/src/fwl/src/lightwidget/
theme.cpp 17 int32_t iCount = m_arrThemes.GetSize();
19 for (int32_t i = 0; i < iCount; i++) {
71 int32_t iCount = m_arrThemes.GetSize();
72 for (int32_t i = 0; i < iCount; i++) {
80 int32_t iCount = m_arrThemes.GetSize();
81 for (int32_t i = 0; i < iCount; i++) {
124 int32_t iCount = m_arrThemes.GetSize();
125 for (int32_t i = 0; i < iCount; i++) {
132 int32_t iCount = m_arrThemes.GetSize();
133 for (int32_t i = 0; i < iCount; i++) {
    [all...]
  /libcore/ojluni/src/main/java/java/text/
CharacterIteratorFieldDelegate.java 114 int iCount = attributedStrings.size();
116 AttributedCharacterIterator[iCount];
118 for (int counter = 0; counter < iCount; counter++) {
  /external/pdfium/xfa/src/fdp/src/xml/
fde_xml.cpp 88 int32_t iCount = 0;
91 iCount++;
94 return iCount;
193 int32_t iCount = 0;
195 while (++iCount != index && pFind->m_pNext != NULL) {
204 return iCount;
403 int32_t i, iCount = attributes.GetSize();
405 for (i = 0; i < iCount; i += 2) {
420 iCount = targetdata.GetSize();
421 for (i = 0; i < iCount; i++) {
    [all...]
  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_util.cpp 53 int32_t iCount = CXFA_FWLAdapterTimerMgr::ms_timerArray.GetSize();
54 for (int32_t i = 0; i < iCount; i++) {
  /external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.cpp 139 int32_t iCount = m_PositionedTabs.GetSize();
141 for (; iFind < iCount; iFind++) {
155 int32_t iCount = tabs.GetSize();
156 m_PositionedTabs.SetSize(iCount);
159 for (int32_t i = 0; i < iCount; i++) {
265 int32_t iCount = m_pCurLine->CountChars();
266 if (iCount < 1) {
269 CFX_RTFChar& tc = m_pCurLine->GetChar(iCount - 1);
276 int32_t iCount = tca.GetSize();
277 if (index < 0 || index >= iCount) {
    [all...]
fx_textbreak.cpp 215 int32_t iCount = m_pCurLine->CountChars();
216 if (iCount < 1) {
219 CFX_TxtChar* pTC = (CFX_TxtChar*)m_pCurLine->GetCharPtr(iCount - 1);
253 int32_t iCount = ca.GetSize();
254 if (index < 0 || index >= iCount) {
258 int32_t iStart = iCount - 1;
596 int32_t iCount = m_pCurLine->CountChars();
597 if (iCount > 0) {
598 pCurChar = m_pCurLine->m_pLineChars->GetDataPtr(iCount - 1);
614 int32_t iCount = m_pCurLine->CountChars();
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_basic_imp.cpp 225 const FX_WORD* XFA_GetElementChildren(XFA_ELEMENT eElement, int32_t& iCount) {
230 iCount = pElement->wCount;
233 const uint8_t* XFA_GetElementAttributes(XFA_ELEMENT eElement, int32_t& iCount) {
238 iCount = pElement->wCount;
244 int32_t iCount = 0;
245 const uint8_t* pAttr = XFA_GetElementAttributes(eElement, iCount);
246 if (pAttr == NULL || iCount < 1) {
250 int32_t index = search.Lookup(eAttribute, pAttr, iCount);
264 int32_t iCount = 0;
265 const FX_WORD* pChild = XFA_GetElementChildren(eElement, iCount);
390 int32_t icount = scriptIndex->wMethodCount; local
422 int32_t icount = scriptIndex->wAttributeCount; local
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_formfield.cpp 109 int iCount = CountControls();
110 if (iCount) {
112 for (int i = 0; i < iCount; i++) {
116 for (int i = 0; i < iCount; i++) {
575 int iCount = CountOptions();
576 for (int i = 0; i < iCount; i++) {
602 int iCount = CountOptions();
603 for (int i = 0; i < iCount; i++) {
659 int iCount = CountOptions();
660 for (int i = 0; i < iCount; i++)
    [all...]
doc_ocg.cpp 63 int32_t iCount = pConfigs->GetCount();
64 for (int32_t i = 0; i < iCount; i++) {
123 int32_t iCount = pArray->GetCount();
124 for (int32_t i = 0; i < iCount; i++) {
195 int32_t iCount = pExpression->GetCount();
210 for (int32_t i = 1; i < iCount; i++) {
256 int32_t iCount = pArray->GetCount();
257 for (int32_t i = 0; i < iCount; i++) {

Completed in 627 milliseconds

1 2 3 4