OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needQuote
(Results
1 - 5
of
5
) 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
...]
/external/icu/icu4c/source/i18n/
decimfmt.cpp
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
decimfmt.cpp
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 82 milliseconds