OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:needQuote
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
choicfmt.cpp
487
UBool
needQuote
= text.indexOf(LESS_THAN) >= 0
491
if (
needQuote
) {
506
if (
needQuote
) {
decimfmt.cpp
[
all
...]
/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
862
int
needQuote
;
870
needQuote
= !isalpha((unsigned char)*zName) && *zName!='_';
873
needQuote
= 1;
877
if(
needQuote
) n += 2;
884
if(
needQuote
) z[n++] = '\'';
889
if(
needQuote
) z[n++] = '\'';
[
all
...]
sqlite3.c
[
all
...]
/external/sqlite/dist/
shell.c
867
int
needQuote
;
875
needQuote
= !isalpha((unsigned char)*zName) && *zName!='_';
878
needQuote
= 1;
882
if(
needQuote
) n += 2;
889
if(
needQuote
) z[n++] = '\'';
894
if(
needQuote
) z[n++] = '\'';
[
all
...]
sqlite3.c
[
all
...]
/external/icu4c/i18n/
decimfmt.cpp
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 433 milliseconds