Searched refs:nSkip (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/fxjs/ |
D | cjs_publicmethods.cpp | 352 size_t nSkip = 0; in ParseStringInteger() local 362 ++nSkip; in ParseStringInteger() 363 if (nSkip >= nMaxStep) in ParseStringInteger() 367 *pSkip = nSkip; in ParseStringInteger() 401 size_t nSkip = 0; in ParseNormalDate() local 411 number[nIndex++] = ParseStringInteger(value, i, &nSkip, 4); in ParseNormalDate() 412 i += nSkip; in ParseNormalDate() 514 size_t nSkip = 0; in MakeRegularDate() local 524 nMonth = ParseStringInteger(value, j, &nSkip, 2); in MakeRegularDate() 526 j += nSkip; in MakeRegularDate() [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 128767 u16 nSkip; /* Number of NULL aLTerm[] entries */ 129258 u16 nSkip = pLoop->nSkip; 129266 sqlite3XPrintf(pStr, i>=nSkip ? "%s=?" : "ANY(%s)", z); 129832 u16 nSkip; /* Number of left-most columns to skip */ 129846 nSkip = pLoop->nSkip; 129859 if( nSkip ){ 129867 iIdxCur, 0, regBase, nSkip); 129871 for(j=0; j<nSkip; j++){ 129881 for(j=nSkip; j<nEq; j++){ 130689 assert( nEq>=pLoop->nSkip ); [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 128783 u16 nSkip; /* Number of NULL aLTerm[] entries */ 129274 u16 nSkip = pLoop->nSkip; 129282 sqlite3XPrintf(pStr, i>=nSkip ? "%s=?" : "ANY(%s)", z); 129848 u16 nSkip; /* Number of left-most columns to skip */ 129862 nSkip = pLoop->nSkip; 129875 if( nSkip ){ 129883 iIdxCur, 0, regBase, nSkip); 129887 for(j=0; j<nSkip; j++){ 129897 for(j=nSkip; j<nEq; j++){ 130705 assert( nEq>=pLoop->nSkip ); [all …]
|