Searched defs:iOffset (Results 1 - 14 of 14) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/datamatrix/
H A DBC_DataMatrixDataBlock.cpp91 int32_t iOffset = specialVersion && j > 7 ? i - 1 : i; local
96 operator[](iOffset) = (*rawCodewords)[rawCodewordsOffset++];
/external/pdfium/xfa/src/fxbarcode/qrcode/
H A DBC_QRDataBlock.cpp105 int32_t iOffset = y < longerBlocksStartAt ? i : i + 1; local
106 (*(((CBC_QRDataBlock*)(*result)[y])->m_codewords))[iOffset] =
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_basic_imp.h28 virtual int32_t Seek(FX_STREAMSEEK eSeek, int32_t iOffset);
54 int32_t iOffset,
53 CreateSharedStream(FX_DWORD dwAccess, int32_t iOffset, int32_t iLength) argument
H A Dxfa_basic_imp.cpp451 int32_t iOffset = (wsMeasure.GetAt(0) == L'=') ? 1 : 0; local
452 FX_FLOAT fValue = FX_wcstof(wsMeasure.GetPtr() + iOffset,
453 wsMeasure.GetLength() - iOffset, &iUsedLen);
454 XFA_UNIT eUnit = GetUnit(wsMeasure.Mid(iOffset + iUsedLen));
581 int32_t CXFA_WideTextRead::Seek(FX_STREAMSEEK eSeek, int32_t iOffset) { argument
584 m_iPosition = iOffset;
587 m_iPosition += iOffset;
590 m_iPosition = m_wsBuffer.GetLength() + iOffset;
/external/pdfium/fpdfsdk/src/javascript/
H A Dutil.cpp129 int iOffset = 0; local
132 while (iOffset != -1) {
133 iOffend = c_ConvChar.find(L"%", iOffset + 1);
136 strSub = c_ConvChar.substr(iOffset);
138 strSub = c_ConvChar.substr(iOffset, iOffend - iOffset);
140 iOffset = iOffend;
/external/pdfium/xfa/src/fdp/src/css/
H A Dfde_cssdatatable.cpp693 int32_t& iOffset,
696 iOffset = 0;
701 iOffset = 1, iLength -= 2;
709 int32_t& iOffset,
716 if (FDE_ParseCSSString(pszValue + 4, iValueLen - 5, iOffset, iLength)) {
717 iOffset += 4;
691 FDE_ParseCSSString(const FX_WCHAR* pszValue, int32_t iValueLen, int32_t& iOffset, int32_t& iLength) argument
707 FDE_ParseCSSURI(const FX_WCHAR* pszValue, int32_t iValueLen, int32_t& iOffset, int32_t& iLength) argument
H A Dfde_cssdeclaration.cpp311 int32_t iOffset; local
312 if (!FDE_ParseCSSURI(pszValue, iValueLen, iOffset, iValueLen)) {
318 pszValue = CopyToLocal(pArgs, pszValue + iOffset, iValueLen);
327 int32_t iOffset; local
328 if (!FDE_ParseCSSString(pszValue, iValueLen, iOffset, iValueLen)) {
334 pszValue = CopyToLocal(pArgs, pszValue + iOffset, iValueLen);
/external/pdfium/xfa/src/fgas/src/crt/
H A Dfx_stream.cpp182 int32_t CFX_FileStreamImp::Seek(FX_STREAMSEEK eSeek, int32_t iOffset) { argument
184 FXSYS_fseek(m_hFile, iOffset, eSeek);
275 int32_t CFX_FileReadStreamImp::Seek(FX_STREAMSEEK eSeek, int32_t iOffset) { argument
278 m_iPosition = iOffset;
281 m_iPosition += iOffset;
284 m_iPosition = m_iLength + iOffset;
362 int32_t CFX_BufferReadStreamImp::Seek(FX_STREAMSEEK eSeek, int32_t iOffset) { argument
366 m_iPosition = iOffset;
369 m_iPosition += iOffset;
372 m_iPosition = iLength + iOffset;
475 Seek(FX_STREAMSEEK eSeek, int32_t iOffset) argument
539 Seek(FX_STREAMSEEK eSeek, int32_t iOffset) argument
710 Seek(FX_STREAMSEEK eSeek, int32_t iOffset) argument
734 CreateSharedStream(FX_DWORD dwAccess, int32_t iOffset, int32_t iLength) argument
979 Seek(FX_STREAMSEEK eSeek, int32_t iOffset) argument
1165 CreateSharedStream(FX_DWORD dwAccess, int32_t iOffset, int32_t iLength) argument
[all...]
/external/pdfium/xfa/src/fgas/src/layout/
H A Dfx_rtfbreak.cpp891 int32_t iOffset = m_iBoundaryEnd - iNetWidth; local
912 k = iOffset / iGapChars;
915 iOffset -= k;
925 iOffset /= 2;
927 if (iOffset > 0) {
930 ttp.m_iStartPos += iOffset;
H A Dfx_textbreak.cpp867 int32_t iOffset = m_iLineWidth - iNetWidth; local
888 k = iOffset / iGapChars;
891 iOffset -= k;
901 iOffset /= 2;
903 if (iOffset > 0) {
906 ttp.m_iStartPos += iOffset;
/external/caliper/lib/
H A Djoda-time-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/joda/ org/joda/time/ org/joda/time/base/ ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/sqlite/dist/orig/
H A Dsqlite3.c6222 ** from the open BLOB, starting at offset iOffset.)^
6224 ** ^If offset iOffset is less than N bytes from the end of the BLOB,
6225 ** [SQLITE_ERROR] is returned and no data is read. ^If N or iOffset is
6227 ** ^The size of the blob (and hence the maximum value of N+iOffset)
6243 SQLITE_API int SQLITE_STDCALL sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
6251 ** into the open BLOB, starting at offset iOffset.)^
6265 ** ^If offset iOffset is less than N bytes from the end of the BLOB,
6267 ** BLOB (and hence the maximum value of N+iOffset) can be determined
6268 ** using the [sqlite3_blob_bytes()] interface. ^If N or iOffset are less
6285 SQLITE_API int SQLITE_STDCALL sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
12988 int iLimit, iOffset; /* Memory registers holding LIMIT & OFFSET counters */ member in struct:Select
19752 int iOffset; /* An offset into mem5.aCtrl[] */ local
36774 winSeekFile(winFile *pFile, sqlite3_int64 iOffset) argument
38356 int iOffset = pShmNode->nRegion*szRegion; local
38387 int iOffset = iRegion*szRegion; local
43458 i64 iOffset; /* Starting offset in main journal */ member in struct:PagerSavepoint
45924 i64 iOffset = (pgno-1)*(i64)pPager->pageSize; local
51404 i64 iOffset; /* Next offset to read from log file */ local
52091 i64 iOffset; local
52796 i64 iOffset; local
53107 i64 iOffset; /* Next byte to write in WAL file */ local
79643 int iOffset; /* Byte offset of blob in cursor data */ member in struct:Incrblob
79980 blobReadWrite( sqlite3_blob *pBlob, void *z, int n, int iOffset, int (*xCall)(BtCursor*, u32, u32, void*) ) argument
80029 sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset) argument
80036 sqlite3_blob_write(sqlite3_blob *pBlob, const void *z, int n, int iOffset) argument
83128 sqlite3_int64 iOffset; /* Offset from the beginning of the file */ member in struct:FilePoint
105876 static const u8 iOffset[] = {0, 1, 2, 4, 9, 12, 16}; local
109245 codeOffset( Vdbe *v, int iOffset, int iContinue ) argument
110467 int iOffset; local
144093 int iOffset; /* current position in zInput */ member in struct:porter_tokenizer_cursor
145250 int iOffset; /* current position in pInput */ member in struct:simple_tokenizer_cursor
162986 i64 iOffset; /* Value of 'pgOffset' column */ member in struct:StatCursor
[all...]
/external/sqlite/dist/
H A Dsqlite3.c6222 ** from the open BLOB, starting at offset iOffset.)^
6224 ** ^If offset iOffset is less than N bytes from the end of the BLOB,
6225 ** [SQLITE_ERROR] is returned and no data is read. ^If N or iOffset is
6227 ** ^The size of the blob (and hence the maximum value of N+iOffset)
6243 SQLITE_API int SQLITE_STDCALL sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
6251 ** into the open BLOB, starting at offset iOffset.)^
6265 ** ^If offset iOffset is less than N bytes from the end of the BLOB,
6267 ** BLOB (and hence the maximum value of N+iOffset) can be determined
6268 ** using the [sqlite3_blob_bytes()] interface. ^If N or iOffset are less
6285 SQLITE_API int SQLITE_STDCALL sqlite3_blob_write(sqlite3_blob *, const void *z, int n, int iOffset);
12988 int iLimit, iOffset; /* Memory registers holding LIMIT & OFFSET counters */ member in struct:Select
19752 int iOffset; /* An offset into mem5.aCtrl[] */ local
36792 winSeekFile(winFile *pFile, sqlite3_int64 iOffset) argument
38374 int iOffset = pShmNode->nRegion*szRegion; local
38405 int iOffset = iRegion*szRegion; local
43476 i64 iOffset; /* Starting offset in main journal */ member in struct:PagerSavepoint
45942 i64 iOffset = (pgno-1)*(i64)pPager->pageSize; local
51422 i64 iOffset; /* Next offset to read from log file */ local
52109 i64 iOffset; local
52814 i64 iOffset; local
53125 i64 iOffset; /* Next byte to write in WAL file */ local
79661 int iOffset; /* Byte offset of blob in cursor data */ member in struct:Incrblob
79998 blobReadWrite( sqlite3_blob *pBlob, void *z, int n, int iOffset, int (*xCall)(BtCursor*, u32, u32, void*) ) argument
80047 sqlite3_blob_read(sqlite3_blob *pBlob, void *z, int n, int iOffset) argument
80054 sqlite3_blob_write(sqlite3_blob *pBlob, const void *z, int n, int iOffset) argument
83146 sqlite3_int64 iOffset; /* Offset from the beginning of the file */ member in struct:FilePoint
105894 static const u8 iOffset[] = {0, 1, 2, 4, 9, 12, 16}; local
109263 codeOffset( Vdbe *v, int iOffset, int iContinue ) argument
110485 int iOffset; local
144123 int iOffset; /* current position in zInput */ member in struct:porter_tokenizer_cursor
145280 int iOffset; /* current position in pInput */ member in struct:simple_tokenizer_cursor
163016 i64 iOffset; /* Value of 'pgOffset' column */ member in struct:StatCursor
[all...]

Completed in 955 milliseconds