Searched refs:cSep (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fpdfsdk/javascript/ |
D | PublicMethods.cpp | 949 const FX_WCHAR cSep = iSepStyle < 2 ? L'.' : L','; in AFNumber_Keystroke() local 951 bool bHasSep = wstrValue.Find(cSep) != -1; in AFNumber_Keystroke() 953 if (wstrChange[i] == cSep) { in AFNumber_Keystroke()
|
/external/sqlite/dist/orig/ |
D | shell.c | 3651 int cSep = p->cColSep; in csv_read_one_field() local 3673 if( (c==cSep && pc==cQuote) in csv_read_one_field() 3697 while( c!=EOF && c!=cSep && c!=rSep ){ in csv_read_one_field() 3725 int cSep = p->cColSep; in ascii_read_one_field() local 3733 while( c!=EOF && c!=cSep && c!=rSep ){ in ascii_read_one_field() 4967 char cSep = '('; in do_meta_command() local 4969 zCreate = sqlite3_mprintf("%z%c\n \"%w\" TEXT", zCreate, cSep, sCtx.z); in do_meta_command() 4970 cSep = ','; in do_meta_command() 4973 if( cSep=='(' ){ in do_meta_command()
|
D | sqlite3.c | 26247 char cSep = '('; 26250 sqlite3XPrintf(&x, "%c%s", cSep, pCte->pCols->a[j].zName); 26251 cSep = ','; 115120 char cSep = '('; 115129 sqlite3XPrintf(&acc, "%c\"%s\"", cSep, pragCName[j]); 115130 cSep = ','; 115134 cSep = ',';
|
/external/sqlite/dist/ |
D | shell.c | 3673 int cSep = p->cColSep; in csv_read_one_field() local 3695 if( (c==cSep && pc==cQuote) in csv_read_one_field() 3719 while( c!=EOF && c!=cSep && c!=rSep ){ in csv_read_one_field() 3747 int cSep = p->cColSep; in ascii_read_one_field() local 3755 while( c!=EOF && c!=cSep && c!=rSep ){ in ascii_read_one_field() 4989 char cSep = '('; in do_meta_command() local 4991 zCreate = sqlite3_mprintf("%z%c\n \"%w\" TEXT", zCreate, cSep, sCtx.z); in do_meta_command() 4992 cSep = ','; in do_meta_command() 4995 if( cSep=='(' ){ in do_meta_command()
|
D | sqlite3.c | 26247 char cSep = '('; 26250 sqlite3XPrintf(&x, "%c%s", cSep, pCte->pCols->a[j].zName); 26251 cSep = ','; 115120 char cSep = '('; 115129 sqlite3XPrintf(&acc, "%c\"%s\"", cSep, pragCName[j]); 115130 cSep = ','; 115134 cSep = ',';
|