Searched refs:cSep (Results 1 – 3 of 3) sorted by relevance
1138 char cSep = L'.'; in AFNumber_Keystroke() local1143 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()
2183 int cSep = p->cColSep; in csv_read_one_field() local2205 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() local2265 while( c!=EOF && c!=cSep && c!=rSep ){ in ascii_read_one_field()3055 char cSep = '('; in do_meta_command() local3057 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()
2205 int cSep = p->cColSep; in csv_read_one_field() local2227 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() local2287 while( c!=EOF && c!=cSep && c!=rSep ){ in ascii_read_one_field()3077 char cSep = '('; in do_meta_command() local3079 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()