Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c32560 etByte cThousand; /* Thousands separator for %d and %u */ in sqlite3_str_vappendf() local
32608 flag_leftjustify = flag_prefix = cThousand = in sqlite3_str_vappendf()
32622 case ',': cThousand = ','; break; in sqlite3_str_vappendf()
32765 cThousand = 0; in sqlite3_str_vappendf()
32823 if( cThousand ) n += precision/3; in sqlite3_str_vappendf()
32853 if( cThousand ){ in sqlite3_str_vappendf()
32861 bufpt[++idx] = cThousand; in sqlite3_str_vappendf()
32973 if( cThousand && e2>0 ) szBufNeeded += (e2+2)/3; in sqlite3_str_vappendf()
33006 }else if( cThousand ){ in sqlite3_str_vappendf()