Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
DPublicMethods.cpp1138 char cSep = L'.'; in AFNumber_Keystroke() local
1143 cSep = L'.'; in AFNumber_Keystroke()
1147 cSep = L','; in AFNumber_Keystroke()
1151 bool bHasSep = (w_strValue2.find(cSep) != std::wstring::npos); in AFNumber_Keystroke()
1154 if (*it == cSep) { in AFNumber_Keystroke()
/external/sqlite/dist/orig/
Dshell.c2183 int cSep = p->cColSep; in csv_read_one_field() local
2205 if( (c==cSep && pc==cQuote) in csv_read_one_field()
2229 while( c!=EOF && c!=cSep && c!=rSep ){ in csv_read_one_field()
2257 int cSep = p->cColSep; in ascii_read_one_field() local
2265 while( c!=EOF && c!=cSep && c!=rSep ){ in ascii_read_one_field()
3055 char cSep = '('; in do_meta_command() local
3057 zCreate = sqlite3_mprintf("%z%c\n \"%s\" TEXT", zCreate, cSep, sCtx.z); in do_meta_command()
3058 cSep = ','; in do_meta_command()
3061 if( cSep=='(' ){ in do_meta_command()
/external/sqlite/dist/
Dshell.c2205 int cSep = p->cColSep; in csv_read_one_field() local
2227 if( (c==cSep && pc==cQuote) in csv_read_one_field()
2251 while( c!=EOF && c!=cSep && c!=rSep ){ in csv_read_one_field()
2279 int cSep = p->cColSep; in ascii_read_one_field() local
2287 while( c!=EOF && c!=cSep && c!=rSep ){ in ascii_read_one_field()
3077 char cSep = '('; in do_meta_command() local
3079 zCreate = sqlite3_mprintf("%z%c\n \"%s\" TEXT", zCreate, cSep, sCtx.z); in do_meta_command()
3080 cSep = ','; in do_meta_command()
3083 if( cSep=='(' ){ in do_meta_command()