Home
last modified time | relevance | path

Searched refs:nSkip (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fxjs/
Dfx_date_helpers.cpp275 size_t nSkip = 0; in FX_ParseStringInteger() local
285 ++nSkip; in FX_ParseStringInteger()
286 if (nSkip >= nMaxStep) in FX_ParseStringInteger()
290 *pSkip = nSkip; in FX_ParseStringInteger()
340 size_t nSkip = 0; in FX_ParseDateUsingFormat() local
350 nMonth = FX_ParseStringInteger(value, j, &nSkip, 2); in FX_ParseDateUsingFormat()
352 j += nSkip; in FX_ParseDateUsingFormat()
355 nDay = FX_ParseStringInteger(value, j, &nSkip, 2); in FX_ParseDateUsingFormat()
357 j += nSkip; in FX_ParseDateUsingFormat()
360 nHour = FX_ParseStringInteger(value, j, &nSkip, 2); in FX_ParseDateUsingFormat()
[all …]
Dcjs_publicmethods.cpp358 size_t nSkip = 0; in ParseDate() local
368 number[nIndex++] = FX_ParseStringInteger(value, i, &nSkip, 4); in ParseDate()
369 i += nSkip; in ParseDate()
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c141066 u16 nSkip; /* Number of NULL aLTerm[] entries */
141612 u16 nSkip = pLoop->nSkip;
141620 sqlite3_str_appendf(pStr, i>=nSkip ? "%s=?" : "ANY(%s)", z);
142194 u16 nSkip; /* Number of left-most columns to skip */
142208 nSkip = pLoop->nSkip;
142221 if( nSkip ){
142229 iIdxCur, 0, regBase, nSkip);
142233 for(j=0; j<nSkip; j++){
142243 for(j=nSkip; j<nEq; j++){
143178 assert( nEq>=pLoop->nSkip );
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c140406 u16 nSkip; /* Number of NULL aLTerm[] entries */
140952 u16 nSkip = pLoop->nSkip;
140960 sqlite3_str_appendf(pStr, i>=nSkip ? "%s=?" : "ANY(%s)", z);
141534 u16 nSkip; /* Number of left-most columns to skip */
141548 nSkip = pLoop->nSkip;
141561 if( nSkip ){
141569 iIdxCur, 0, regBase, nSkip);
141573 for(j=0; j<nSkip; j++){
141583 for(j=nSkip; j<nEq; j++){
142518 assert( nEq>=pLoop->nSkip );
[all …]
Dshell.c16370 int nSkip = 0; /* Initial lines to skip */ in do_meta_command() local
16396 nSkip = integerValue(azArg[++i]); in do_meta_command()
16496 while( (nSkip--)>0 ){ in do_meta_command()
/external/sqlite/dist/
Dsqlite3.c140422 u16 nSkip; /* Number of NULL aLTerm[] entries */
140968 u16 nSkip = pLoop->nSkip;
140976 sqlite3_str_appendf(pStr, i>=nSkip ? "%s=?" : "ANY(%s)", z);
141550 u16 nSkip; /* Number of left-most columns to skip */
141564 nSkip = pLoop->nSkip;
141577 if( nSkip ){
141585 iIdxCur, 0, regBase, nSkip);
141589 for(j=0; j<nSkip; j++){
141599 for(j=nSkip; j<nEq; j++){
142534 assert( nEq>=pLoop->nSkip );
[all …]
Dshell.c16391 int nSkip = 0; /* Initial lines to skip */ in do_meta_command() local
16417 nSkip = integerValue(azArg[++i]); in do_meta_command()
16517 while( (nSkip--)>0 ){ in do_meta_command()