HomeSort by relevance Sort by last modified time
    Searched defs:needQuote (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
printf.c 655 int needQuote;
665 needQuote = !isnull && xtype==etSQLESCAPE2;
666 n += i + 1 + needQuote*2;
677 if( needQuote ) bufpt[j++] = q;
683 if( needQuote ) bufpt[j++] = q;
    [all...]
build.c     [all...]
shell.c 845 int needQuote;
853 needQuote = !isalpha((unsigned char)*zName) && *zName!='_';
856 needQuote = 1;
860 if( needQuote ) n += 2;
867 if( needQuote ) z[n++] = '\'';
872 if( needQuote ) z[n++] = '\'';
    [all...]
  /external/sqlite/dist/orig/
shell.c 932 int needQuote;
940 needQuote = !isalpha((unsigned char)*zName) && *zName!='_';
943 needQuote = 1;
947 if( needQuote ) n += 2;
954 if( needQuote ) z[n++] = '\'';
959 if( needQuote ) z[n++] = '\'';
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
shell.c 937 int needQuote;
945 needQuote = !isalpha((unsigned char)*zName) && *zName!='_';
948 needQuote = 1;
952 if( needQuote ) n += 2;
959 if( needQuote ) z[n++] = '\'';
964 if( needQuote ) z[n++] = '\'';
    [all...]
sqlite3.c     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
decimfmt.cpp     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 2070 milliseconds