Searched refs:needQuote (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dchoicfmt.cpp487 UBool needQuote = text.indexOf(LESS_THAN) >= 0 local
491 if (needQuote) {
506 if (needQuote) {
H A Ddecimfmt.cpp3353 UBool needQuote; local
3355 needQuote = affix.indexOf(getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol)) >= 0
3367 needQuote = affix.indexOf(kPatternZeroDigit) >= 0
3379 if (needQuote)
3392 if (needQuote)
/external/chromium_org/third_party/sqlite/src/src/
H A Dprintf.c655 int needQuote; local
665 needQuote = !isnull && xtype==etSQLESCAPE2;
666 n += i + 1 + needQuote*2;
677 if( needQuote ) bufpt[j++] = q;
683 if( needQuote ) bufpt[j++] = q;
H A Dbuild.c1350 int i, j, needQuote; local
1356 needQuote = sqlite3Isdigit(zIdent[0]) || sqlite3KeywordCode(zIdent, j)!=TK_ID;
1357 if( !needQuote ){
1358 needQuote = zIdent[j];
1361 if( needQuote ) z[i++] = '"';
1366 if( needQuote ) z[i++] = '"';
/external/icu4c/i18n/
H A Ddecimfmt.cpp4188 UBool needQuote; local
4190 needQuote = affix.indexOf(getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol)) >= 0
4202 needQuote = affix.indexOf(kPatternZeroDigit) >= 0
4214 if (needQuote)
4227 if (needQuote)
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c19153 int needQuote; local
19163 needQuote = !isnull && xtype==etSQLESCAPE2;
19164 n += i + 1 + needQuote*2;
19175 if( needQuote ) bufpt[j++] = q;
19181 if( needQuote ) bufpt[j++] = q;
78366 int i, j, needQuote; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c19961 int needQuote; local
19971 needQuote = !isnull && xtype==etSQLESCAPE2;
19972 n += i + 1 + needQuote*2;
19983 if( needQuote ) bufpt[j++] = q;
19989 if( needQuote ) bufpt[j++] = q;
82541 int i, j, needQuote; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c19961 int needQuote; local
19971 needQuote = !isnull && xtype==etSQLESCAPE2;
19972 n += i + 1 + needQuote*2;
19983 if( needQuote ) bufpt[j++] = q;
19989 if( needQuote ) bufpt[j++] = q;
82577 int i, j, needQuote; local
[all...]

Completed in 566 milliseconds