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

/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Ddecimfmt.cpp4587 UBool needQuote;
4589 needQuote = affix.indexOf(getConstSymbol(DecimalFormatSymbols::kZeroDigitSymbol)) >= 0
4601 needQuote = affix.indexOf(kPatternZeroDigit) >= 0
4613 if (needQuote)
4626 if (needQuote)
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c19531 int needQuote; local
19541 needQuote = !isnull && xtype==etSQLESCAPE2;
19542 n += i + 1 + needQuote*2;
19553 if( needQuote ) bufpt[j++] = q;
19559 if( needQuote ) bufpt[j++] = q;
80481 int i, j, needQuote; local
[all...]

Completed in 330 milliseconds