Searched refs:cThousand (Results 1 – 1 of 1) sorted by relevance
32590 etByte cThousand; /* Thousands separator for %d and %u */ in sqlite3_str_vappendf() local32638 flag_leftjustify = flag_prefix = cThousand = in sqlite3_str_vappendf()32652 case ',': cThousand = ','; break; in sqlite3_str_vappendf()32795 cThousand = 0; in sqlite3_str_vappendf()32853 if( cThousand ) n += precision/3; in sqlite3_str_vappendf()32883 if( cThousand ){ in sqlite3_str_vappendf()32891 bufpt[++idx] = cThousand; in sqlite3_str_vappendf()33003 if( cThousand && e2>0 ) szBufNeeded += (e2+2)/3; in sqlite3_str_vappendf()33036 }else if( cThousand ){ in sqlite3_str_vappendf()