Searched refs:flag_zeropad (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.c22303 etByte flag_zeropad; /* True if field width constant starts with zero */ local
22353 flag_alternateform = flag_altform2 = flag_zeropad = 0;
22362 case '0': flag_zeropad = 1; break;
22449 ** flag_zeropad TRUE if the width began with 0.
22506 if( flag_zeropad && precision<width-(prefix!=0) ){
22695 /* Special case: Add leading zeros if the flag_zeropad flag is
22697 if( flag_zeropad && !flag_leftjustify && length < width){
[all...]
/external/sqlite/dist/
H A Dsqlite3.c22303 etByte flag_zeropad; /* True if field width constant starts with zero */ local
22353 flag_alternateform = flag_altform2 = flag_zeropad = 0;
22362 case '0': flag_zeropad = 1; break;
22449 ** flag_zeropad TRUE if the width began with 0.
22506 if( flag_zeropad && precision<width-(prefix!=0) ){
22695 /* Special case: Add leading zeros if the flag_zeropad flag is
22697 if( flag_zeropad && !flag_leftjustify && length < width){
[all...]

Completed in 914 milliseconds