Searched refs:nSkip (Results 1 - 4 of 4) sorted by relevance
/external/pdfium/fpdfsdk/src/javascript/ |
H A D | PublicMethods.cpp | 376 int& nSkip, 379 nSkip = 0; 389 nSkip = i - nStart + 1; 390 if (nSkip >= nMaxStep) 400 int& nSkip) { 402 nSkip = 0; 409 nSkip = i - nStart + 1; 428 int nSkip = 0; local 438 number[nIndex++] = ParseStringInteger(value, i, nSkip, 4); 439 i += nSkip; 374 ParseStringInteger(const CFX_WideString& string, int nStart, int& nSkip, int nMaxStep) argument 397 ParseStringString( const CFX_WideString& string, int nStart, int& nSkip) argument 543 int nSkip = 0; local [all...] |
H A D | PublicMethods.h | 137 int& nSkip, 141 int& nSkip);
|
/external/sqlite/dist/orig/ |
H A D | sqlite3.c | 118139 u16 nSkip; /* Number of NULL aLTerm[] entries */ member in struct:WhereLoop 118589 u16 nSkip = pLoop->nSkip; local 118992 u16 nSkip; /* Number of left-most columns to skip */ local 151299 int nSkip; local [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.c | 118157 u16 nSkip; /* Number of NULL aLTerm[] entries */ member in struct:WhereLoop 118607 u16 nSkip = pLoop->nSkip; local 119010 u16 nSkip; /* Number of left-most columns to skip */ local 151329 int nSkip; local [all...] |
Completed in 1586 milliseconds