Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_publicmethods.cpp746 const wchar_t cSep = DecimalMarkForStyle(iSepStyle); in AFNumber_Keystroke() local
748 bool bHasSep = wstrValue.Contains(cSep); in AFNumber_Keystroke()
750 if (wstrChange[i] == cSep) { in AFNumber_Keystroke()
/external/sqlite/dist/orig/
Dshell.c16542 int cSep = p->cColSep; in csv_read_one_field() local
16564 if( (c==cSep && pc==cQuote) in csv_read_one_field()
16603 while( c!=EOF && c!=cSep && c!=rSep ){ in csv_read_one_field()
16632 int cSep = p->cColSep; in ascii_read_one_field() local
16640 while( c!=EOF && c!=cSep && c!=rSep ){ in ascii_read_one_field()
Dsqlite3.c31176 char cSep = '(';
31179 sqlite3_str_appendf(&x, "%c%s", cSep, pCte->pCols->a[j].zEName);
31180 cSep = ',';
134181 char cSep = '(';
134190 sqlite3_str_appendf(&acc, "%c\"%s\"", cSep, pragCName[j]);
134191 cSep = ',';
202867 char cSep = '\'';
202870 sqlite3_str_appendf(x, "%c%g,%g", cSep, GeoX(p,i), GeoY(p,i));
202871 cSep = ' ';
/external/sqlite/dist/
Dshell.c16563 int cSep = p->cColSep; in csv_read_one_field() local
16585 if( (c==cSep && pc==cQuote) in csv_read_one_field()
16624 while( c!=EOF && c!=cSep && c!=rSep ){ in csv_read_one_field()
16653 int cSep = p->cColSep; in ascii_read_one_field() local
16661 while( c!=EOF && c!=cSep && c!=rSep ){ in ascii_read_one_field()
Dsqlite3.c31176 char cSep = '(';
31179 sqlite3_str_appendf(&x, "%c%s", cSep, pCte->pCols->a[j].zEName);
31180 cSep = ',';
134197 char cSep = '(';
134206 sqlite3_str_appendf(&acc, "%c\"%s\"", cSep, pragCName[j]);
134207 cSep = ',';
202899 char cSep = '\'';
202902 sqlite3_str_appendf(x, "%c%g,%g", cSep, GeoX(p,i), GeoY(p,i));
202903 cSep = ' ';
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c29853 char cSep = '(';
29856 sqlite3_str_appendf(&x, "%c%s", cSep, pCte->pCols->a[j].zEName);
29857 cSep = ',';
129852 char cSep = '(';
129861 sqlite3_str_appendf(&acc, "%c\"%s\"", cSep, pragCName[j]);
129862 cSep = ',';
195968 char cSep = '\'';
195971 sqlite3_str_appendf(x, "%c%g,%g", cSep, GeoX(p,i), GeoY(p,i));
195972 cSep = ' ';