HomeSort by relevance Sort by last modified time
    Searched refs:etGENERIC (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
printf.c 62 #define etGENERIC 4 /* Floating or exponential, depending on exponent. %g */
116 { 'g', 0, 1, etGENERIC, 30, 0 },
130 { 'G', 0, 1, etGENERIC, 14, 0 },
465 case etGENERIC:
480 if( xtype==etGENERIC && precision>0 ) precision--;
516 ** If the field type is etGENERIC, then convert to either etEXP
524 if( xtype==etGENERIC ){
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1491 milliseconds