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

  /external/chromium_org/third_party/sqlite/src/src/
printf.c 244 etByte flag_altform2; /* True if "!" flag is present */ local
282 flag_alternateform = flag_altform2 = flag_zeropad = 0;
290 case '!': flag_altform2 = 1; break;
369 ** flag_altform2 TRUE if a '!' is present.
541 flag_dp = (precision>0 ?1:0) | flag_alternateform | flag_altform2;
573 if( flag_altform2 ){
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 20719 etByte flag_altform2; \/* True if "!" flag is present *\/ local
    [all...]
  /external/sqlite/dist/
sqlite3.c 20719 etByte flag_altform2; \/* True if "!" flag is present *\/ local
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 18727 etByte flag_altform2; \/* True if "!" flag is present *\/ local
    [all...]

Completed in 317 milliseconds