Home
last modified time | relevance | path

Searched refs:cSep (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fxjs/
Dcjs_publicmethods.cpp1019 const wchar_t cSep = DecimalMarkForStyle(iSepStyle); in AFNumber_Keystroke() local
1021 bool bHasSep = wstrValue.Contains(cSep); in AFNumber_Keystroke()
1023 if (wstrChange[i] == cSep) { in AFNumber_Keystroke()
/external/sqlite/dist/orig/
Dshell.c10667 int cSep = p->cColSep; in csv_read_one_field() local
10689 if( (c==cSep && pc==cQuote) in csv_read_one_field()
10728 while( c!=EOF && c!=cSep && c!=rSep ){ in csv_read_one_field()
10757 int cSep = p->cColSep; in ascii_read_one_field() local
10765 while( c!=EOF && c!=cSep && c!=rSep ){ in ascii_read_one_field()
12828 char cSep = '('; in do_meta_command() local
12830 zCreate = sqlite3_mprintf("%z%c\n \"%w\" TEXT", zCreate, cSep, sCtx.z); in do_meta_command()
12831 cSep = ','; in do_meta_command()
12834 if( cSep=='(' ){ in do_meta_command()
Dsqlite3.c27082 char cSep = '(';
27085 sqlite3XPrintf(&x, "%c%s", cSep, pCte->pCols->a[j].zName);
27086 cSep = ',';
117505 char cSep = '(';
117514 sqlite3XPrintf(&acc, "%c\"%s\"", cSep, pragCName[j]);
117515 cSep = ',';
117519 cSep = ',';
/external/sqlite/dist/
Dshell.c10690 int cSep = p->cColSep; in csv_read_one_field() local
10712 if( (c==cSep && pc==cQuote) in csv_read_one_field()
10751 while( c!=EOF && c!=cSep && c!=rSep ){ in csv_read_one_field()
10780 int cSep = p->cColSep; in ascii_read_one_field() local
10788 while( c!=EOF && c!=cSep && c!=rSep ){ in ascii_read_one_field()
12851 char cSep = '('; in do_meta_command() local
12853 zCreate = sqlite3_mprintf("%z%c\n \"%w\" TEXT", zCreate, cSep, sCtx.z); in do_meta_command()
12854 cSep = ','; in do_meta_command()
12857 if( cSep=='(' ){ in do_meta_command()
Dsqlite3.c27082 char cSep = '(';
27085 sqlite3XPrintf(&x, "%c%s", cSep, pCte->pCols->a[j].zName);
27086 cSep = ',';
117521 char cSep = '(';
117530 sqlite3XPrintf(&acc, "%c\"%s\"", cSep, pragCName[j]);
117531 cSep = ',';
117535 cSep = ',';