HomeSort by relevance Sort by last modified time
    Searched full:flag_leftjustify (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
printf.c 240 etByte flag_leftjustify; /* True if "-" flag is present */ local
281 flag_leftjustify = flag_plussign = flag_blanksign =
286 case '-': flag_leftjustify = 1; break;
300 flag_leftjustify = 1;
371 ** flag_leftjustify TRUE if a '-' is present or if the
605 if( flag_zeropad && !flag_leftjustify && length < width){
722 if( !flag_leftjustify ){
732 if( flag_leftjustify ){
    [all...]

Completed in 152 milliseconds