Searched refs:cSep (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A DPublicMethods.cpp1328 char cSep = L'.'; local
1334 cSep = L'.';
1338 cSep = L',';
1342 FX_BOOL bHasSep = (w_strValue2.find(cSep) != -1);
1345 if (*it == cSep)
/external/sqlite/dist/orig/
H A Dshell.c1945 ** + Use p->cSep as the separator. The default is ",".
1953 int cSep = p->cSeparator; local
1973 if( (c==cSep && pc==cQuote)
1997 while( c!=EOF && c!=cSep && c!='\n' ){
2615 char cSep = '('; local
2617 zCreate = sqlite3_mprintf("%z%c\n \"%s\" TEXT", zCreate, cSep, sCsv.z);
2618 cSep = ',';
2621 if( cSep=='(' ){
/external/sqlite/dist/
H A Dshell.c1965 ** + Use p->cSep as the separator. The default is ",".
1973 int cSep = p->cSeparator; local
1993 if( (c==cSep && pc==cQuote)
2017 while( c!=EOF && c!=cSep && c!='\n' ){
2635 char cSep = '('; local
2637 zCreate = sqlite3_mprintf("%z%c\n \"%s\" TEXT", zCreate, cSep, sCsv.z);
2638 cSep = ',';
2641 if( cSep=='(' ){

Completed in 113 milliseconds