Searched refs:cThousand (Results 1 – 1 of 1) sorted by relevance
231 etByte cThousand; /* Thousands separator for %d and %u */ in sqlite3_str_vappendf() local279 flag_leftjustify = flag_prefix = cThousand = in sqlite3_str_vappendf()293 case ',': cThousand = ','; break; in sqlite3_str_vappendf()419 cThousand = 0; in sqlite3_str_vappendf()469 if( cThousand ) n += precision/3; in sqlite3_str_vappendf()497 if( cThousand ){ in sqlite3_str_vappendf()505 bufpt[++idx] = cThousand; in sqlite3_str_vappendf()