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

/external/chromium_org/third_party/sqlite/src/src/
H A Dprintf.c245 etByte flag_zeropad; /* True if field width constant starts with zero */ local
282 flag_alternateform = flag_altform2 = flag_zeropad = 0;
291 case '0': flag_zeropad = 1; break;
373 ** flag_zeropad TRUE if the width began with 0.
426 if( flag_zeropad && precision<width-(prefix!=0) ){
603 /* Special case: Add leading zeros if the flag_zeropad flag is
605 if( flag_zeropad && !flag_leftjustify && length < width){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c18728 etByte flag_zeropad; /* True if field width constant starts with zero */ local
18765 flag_alternateform = flag_altform2 = flag_zeropad = 0;
18774 case '0': flag_zeropad = 1; break;
18856 ** flag_zeropad TRUE if the width began with 0.
18909 if( flag_zeropad && precision<width-(prefix!=0) ){
19086 /* Special case: Add leading zeros if the flag_zeropad flag is
19088 if( flag_zeropad && !flag_leftjustify && length < width){
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c20720 etByte flag_zeropad; /* True if field width constant starts with zero */ local
20766 flag_alternateform = flag_altform2 = flag_zeropad = 0;
20775 case '0': flag_zeropad = 1; break;
20856 ** flag_zeropad TRUE if the width began with 0.
20913 if( flag_zeropad && precision<width-(prefix!=0) ){
21105 /* Special case: Add leading zeros if the flag_zeropad flag is
21107 if( flag_zeropad && !flag_leftjustify && length < width){
[all...]
/external/sqlite/dist/
H A Dsqlite3.c20720 etByte flag_zeropad; /* True if field width constant starts with zero */ local
20766 flag_alternateform = flag_altform2 = flag_zeropad = 0;
20775 case '0': flag_zeropad = 1; break;
20856 ** flag_zeropad TRUE if the width began with 0.
20913 if( flag_zeropad && precision<width-(prefix!=0) ){
21105 /* Special case: Add leading zeros if the flag_zeropad flag is
21107 if( flag_zeropad && !flag_leftjustify && length < width){
[all...]

Completed in 620 milliseconds