Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dprintf.c231 etByte cThousand; /* Thousands separator for %d and %u */ in sqlite3_str_vappendf() local
279 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()