Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dprintf.c224 etByte flag_leftjustify; /* True if "-" flag is present */ in sqlite3_str_vappendf() local
279 flag_leftjustify = flag_prefix = cThousand = in sqlite3_str_vappendf()
287 case '-': flag_leftjustify = 1; break; in sqlite3_str_vappendf()
332 flag_leftjustify = 1; in sqlite3_str_vappendf()
679 if( flag_zeropad && !flag_leftjustify && length < width){ in sqlite3_str_vappendf()
740 if( width>1 && !flag_leftjustify ){ in sqlite3_str_vappendf()
914 if( !flag_leftjustify ) sqlite3_str_appendchar(pAccum, width, ' '); in sqlite3_str_vappendf()
916 if( flag_leftjustify ) sqlite3_str_appendchar(pAccum, width, ' '); in sqlite3_str_vappendf()