Searched refs:cSep (Results 1 – 3 of 3) sorted by relevance
1328 char cSep = L'.'; in AFNumber_Keystroke() local1334 cSep = L'.'; in AFNumber_Keystroke()1338 cSep = L','; in AFNumber_Keystroke()1342 FX_BOOL bHasSep = (w_strValue2.find(cSep) != -1); in AFNumber_Keystroke()1345 if (*it == cSep) in AFNumber_Keystroke()
1973 int cSep = p->cSeparator; in csv_read_one_field() local1993 if( (c==cSep && pc==cQuote) in csv_read_one_field()2017 while( c!=EOF && c!=cSep && c!='\n' ){ in csv_read_one_field()2635 char cSep = '('; in do_meta_command() local2637 zCreate = sqlite3_mprintf("%z%c\n \"%s\" TEXT", zCreate, cSep, sCsv.z); in do_meta_command()2638 cSep = ','; in do_meta_command()2641 if( cSep=='(' ){ in do_meta_command()
1953 int cSep = p->cSeparator; in csv_read_one_field() local1973 if( (c==cSep && pc==cQuote) in csv_read_one_field()1997 while( c!=EOF && c!=cSep && c!='\n' ){ in csv_read_one_field()2615 char cSep = '('; in do_meta_command() local2617 zCreate = sqlite3_mprintf("%z%c\n \"%s\" TEXT", zCreate, cSep, sCsv.z); in do_meta_command()2618 cSep = ','; in do_meta_command()2621 if( cSep=='(' ){ in do_meta_command()