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

1 2

  /external/pdfium/xfa/src/fgas/include/
fx_alg.h 32 int32_t iStart = 0, iEnd = iCount - 1, iMid;
34 iMid = (iStart + iEnd) / 2;
39 iEnd = iMid - 1;
43 } while (iStart <= iEnd);
fx_utl.h 314 int32_t iEnd = iStart + iCount;
315 if (iEnd > iSize) {
316 iEnd = iSize;
318 for (int32_t i = iStart; i < iEnd; i++) {
334 int32_t iEnd = iStart + iCount;
335 if (iEnd > iSize) {
336 iEnd = iSize;
339 for (int32_t i = iStart; i < iEnd; i++) {
476 int32_t iEnd = iStart + iCount;
477 if (iEnd > iSize) {
    [all...]
  /external/pdfium/xfa/src/fgas/src/font/
fx_fontutils.cpp 134 int32_t iEnd = sizeof(g_FXGdiFontUSBTable) / sizeof(FGAS_FONTUSB) - 1;
135 FXSYS_assert(iEnd >= 0);
138 iMid = (iStart + iEnd) / 2;
141 iEnd = iMid - 1;
147 } while (iStart <= iEnd);
  /external/pdfium/xfa/src/fgas/src/crt/
fx_codepage.cpp 18 int32_t iEnd = sizeof(g_FXCharset2CodePageTable) / sizeof(FX_CHARSET_MAP) - 1;
19 FXSYS_assert(iEnd >= 0);
22 iMid = (iStart + iEnd) / 2;
27 iEnd = iMid - 1;
31 } while (iStart <= iEnd);
44 int32_t iEnd = sizeof(g_FXCodepage2CharsetTable) / sizeof(FX_CHARSET_MAP) - 1;
45 FXSYS_assert(iEnd >= 0);
48 iMid = (iStart + iEnd) / 2;
53 iEnd = iMid - 1;
57 } while (iStart <= iEnd);
    [all...]
fx_stream.cpp 987 int32_t iEnd = m_iStart + m_iLength;
994 m_iPosition = iEnd + iOffset;
996 if (m_iPosition > iEnd) {
997 m_iPosition = iEnd;
    [all...]
  /external/pdfium/xfa/src/fgas/src/layout/
fx_unicode.cpp 9 void FX_TEXTLAYOUT_PieceSort(CFX_TPOArray& tpos, int32_t iStart, int32_t iEnd) {
11 FXSYS_assert(iEnd > -1 && iEnd < tpos.GetSize());
12 if (iStart >= iEnd) {
15 int32_t i = iStart, j = iEnd;
46 if (j < iEnd) {
47 FX_TEXTLAYOUT_PieceSort(tpos, j, iEnd);
65 int32_t iEnd =
67 while (iStart <= iEnd) {
68 int32_t iMid = (iStart + iEnd) / 2;
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
BitsStreamGenerator.java 67 final int iEnd = bytes.length - 3;
68 while (i < iEnd) {
  /frameworks/compile/mclinker/lib/LD/
NamePool.cpp 27 FreeInfoSet::iterator info, iEnd = m_FreeInfoSet.end();
28 for (info = m_FreeInfoSet.begin(); info != iEnd; ++info) {
  /frameworks/compile/mclinker/unittests/
HashTableTest.cpp 248 HashTableTy::iterator iter, iEnd = hashTable->end();
250 for (iter = hashTable->begin(); iter != iEnd; ++iter) {
272 HashTableTy::chain_iterator iter, iEnd = hashTable->end(key * 37);
273 for (iter = hashTable->begin(key * 37); iter != iEnd; ++iter) {
304 HashTableTy::chain_iterator iter, iEnd = hashTable->end(key);
305 for (iter = hashTable->begin(key); iter != iEnd; ++iter) {
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
Base64Coder.java 159 int iEnd = iOff + iLen;
161 while (ip < iEnd) {
163 int i1 = ip < iEnd ? in[ip++] & 0xff : 0;
164 int i2 = ip < iEnd ? in[ip++] & 0xff : 0;
271 int iEnd = iOff + iLen;
273 while (ip < iEnd) {
276 int i2 = ip < iEnd ? in[ip++] : 'A';
277 int i3 = ip < iEnd ? in[ip++] : 'A';
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffbarcode.cpp 219 int32_t iStart = 0, iEnd = g_iXFABarcodeTypeCount - 1;
221 int32_t iMid = (iStart + iEnd) / 2;
226 iEnd = iMid - 1;
230 } while (iStart <= iEnd);
xfa_fontmgr.cpp     [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/external/biz/base64Coder/
Base64Coder.java 164 int iEnd = iOff + iLen;
166 while (ip < iEnd) {
168 int i1 = ip < iEnd ? in[ip++] & 0xff : 0;
169 int i2 = ip < iEnd ? in[ip++] & 0xff : 0;
274 int iEnd = iOff + iLen;
276 while (ip < iEnd) {
279 int i2 = ip < iEnd ? in[ip++] : 'A';
280 int i3 = ip < iEnd ? in[ip++] : 'A';
  /external/pdfium/fpdfsdk/src/javascript/
util.cpp 251 int iEnd;
252 while ((iEnd = cFormat.find(fcTable[i].lpszJSMark, iStart)) != -1) {
253 cFormat.replace(iEnd, FXSYS_wcslen(fcTable[i].lpszJSMark),
255 iStart = iEnd;
294 int iEnd;
295 while ((iEnd = cFormat.find(cTableAd[i].lpszJSMark, iStart)) != -1) {
296 if (iEnd > 0) {
297 if (cFormat[iEnd - 1] == L'%') {
298 iStart = iEnd + 1;
302 cFormat.replace(iEnd, FXSYS_wcslen(cTableAd[i].lpszJSMark), tszValue)
    [all...]
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssdatatable.cpp 560 int32_t iEnd = FDE_CSSPROPERTY_MAX - 1;
564 iMid = (iStart + iEnd) / 2;
571 iEnd = iMid - 1;
573 } while (iStart <= iEnd);
584 int32_t iEnd = FDE_CSSPROPERTYVALUE_MAX - 1;
588 iMid = (iStart + iEnd) / 2;
595 iEnd = iMid - 1;
597 } while (iStart <= iEnd);
609 int32_t iEnd =
614 iMid = (iStart + iEnd) / 2;
    [all...]
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_lexer.cpp 527 int32_t iStart = KEYWORD_START, iEnd = KEYWORD_END;
528 int32_t iMid = (iStart + iEnd) / 2;
531 iMid = (iStart + iEnd) / 2;
536 iEnd = iMid - 1;
540 } while (iStart <= iEnd);
xfa_simpleexpression.cpp 454 iEnd = (sizeof(buildInFuncs) / sizeof(buildInFuncs[0])) - 1;
455 int32_t iMid = (iStart + iEnd) / 2;
457 iMid = (iStart + iEnd) / 2;
464 iEnd = iMid - 1;
468 } while (iStart <= iEnd);
478 iEnd = (sizeof(gs_FMSomMethods) / sizeof(gs_FMSomMethods[0])) - 1;
479 int32_t iMid = (iStart + iEnd) / 2;
481 iMid = (iStart + iEnd) / 2;
487 iEnd = iMid - 1;
491 } while (iStart <= iEnd);
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_arabic.cpp 828 int32_t iEnd = iStart + iCount - 1, iTemp;
829 while (iStart < iEnd) {
831 pEnd = chars.GetDataPtr(iEnd--);
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_basic_imp.cpp 45 int32_t iStart = 0, iEnd = g_iXFAPacketCount - 1;
47 int32_t iMid = (iStart + iEnd) / 2;
52 iEnd = iMid - 1;
56 } while (iStart <= iEnd);
60 int32_t iStart = 0, iEnd = g_iXFAPacketCount - 1;
62 int32_t iMid = (iStart + iEnd) / 2;
67 iEnd = iMid - 1;
71 } while (iStart <= iEnd);
81 int32_t iStart = 0, iEnd = g_iXFAEnumCount - 1;
83 int32_t iMid = (iStart + iEnd) / 2;
    [all...]
xfa_document_serialize.cpp 274 int32_t iEnd = wsRawValue.Find(L'\n', iStart);
275 iEnd = (iEnd == -1) ? wsRawValue.GetLength() : iEnd;
276 while (iEnd >= iStart) {
277 wsSelTextArray.Add(wsRawValue.Mid(iStart, iEnd - iStart));
278 iStart = iEnd + 1;
282 iEnd = wsRawValue.Find(L'\n', iStart);
xfa_script_imp.cpp     [all...]
  /external/pdfium/core/src/fxge/android/
fpf_skiafontmgr.cpp 60 int32_t iEnd = sizeof(g_SkiaFontmap) / sizeof(FPF_SKIAFONTMAP);
61 while (iStart <= iEnd) {
62 int32_t iMid = (iStart + iEnd) / 2;
65 iEnd = iMid - 1;
81 int32_t iEnd = sizeof(g_SkiaSansFontMap) / sizeof(FPF_SKIAFONTMAP);
82 while (iStart <= iEnd) {
83 int32_t iMid = (iStart + iEnd) / 2;
86 iEnd = iMid - 1;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BlockFieldMatrix.java     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_create.cpp     [all...]
fpdf_edit_doc.cpp 463 int32_t iEnd = sizeof(gs_FXLang2CharsetTable) / sizeof(FX_LANG2CS) - 1;
464 while (iStart <= iEnd) {
465 int32_t iMid = (iStart + iEnd) / 2;
471 iEnd = iMid - 1;
    [all...]

Completed in 1630 milliseconds

1 2