Home
last modified time | relevance | path

Searched refs:fSymbols (Results 1 – 7 of 7) sorted by relevance

/external/icu4c/i18n/
Ddcfmtsym.cpp110 fSymbols[(ENumberFormatSymbol)i].fastCopyFrom(rhs.fSymbols[(ENumberFormatSymbol)i]); in operator =()
132 if(fSymbols[(ENumberFormatSymbol)i] != that.fSymbols[(ENumberFormatSymbol)i]) { in operator ==()
283 setSymbol(kMonetarySeparatorSymbol,fSymbols[kDecimalSeparatorSymbol]); in initialize()
286 setSymbol(kMonetaryGroupingSeparatorSymbol,fSymbols[kGroupingSeparatorSymbol]); in initialize()
304 fSymbols[kIntlCurrencySymbol] = curriso; in initialize()
305 fSymbols[kCurrencySymbol] = tempStr; in initialize()
336 fSymbols[kMonetaryGroupingSeparatorSymbol] = groupingSep; in initialize()
337 fSymbols[kMonetarySeparatorSymbol] = decimalSep; in initialize()
396 fSymbols[kDecimalSeparatorSymbol] = (UChar)0x2e; // '.' decimal separator in initialize()
397 fSymbols[kGroupingSeparatorSymbol].remove(); // group (thousands) separator in initialize()
[all …]
Dsmpdtfmt.cpp211 delete fSymbols; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
240 fSymbols(NULL), in SimpleDateFormat()
256 fSymbols(NULL), in SimpleDateFormat()
276 fSymbols(NULL), in SimpleDateFormat()
345 fSymbols(symbolsToAdopt), in SimpleDateFormat()
367 fSymbols(new DateFormatSymbols(symbols)), in SimpleDateFormat()
390 fSymbols(NULL), in SimpleDateFormat()
413 fSymbols(NULL), in SimpleDateFormat()
424 delete fSymbols; in SimpleDateFormat()
426 fSymbols = new DateFormatSymbols(status); in SimpleDateFormat()
[all …]
Ddecimfmt.cpp331 fSymbols = NULL; in init()
362 fSymbols = symbolsToAdopt; // Do this BEFORE aborting on status failure!!! in construct()
379 if (fSymbols == NULL) in construct()
381 fSymbols = new DecimalFormatSymbols(Locale::getDefault(), status); in construct()
383 if (fSymbols == 0) { in construct()
424 fCurrencyPluralInfo = new CurrencyPluralInfo(fSymbols->getLocale(), status); in construct()
449 fCurrencyPluralInfo = new CurrencyPluralInfo(fSymbols->getLocale(), status); in construct()
494 UResourceBundle *resource = ures_open(NULL, fSymbols->getLocale().getName(), &error); in setupCurrencyAffixPatterns()
614 delete fSymbols; in ~DecimalFormat()
670 if(fSymbols == NULL) { in operator =()
[all …]
/external/icu4c/i18n/unicode/
Ddcfmtsym.h378 UnicodeString fSymbols[kFormatSymbolCount];
402 strPtr = &fSymbols[symbol]; in getSymbol()
413 strPtr = &fSymbols[symbol]; in getConstSymbol()
425 fSymbols[symbol]=value;
435 fSymbols[(int)kOneDigitSymbol+i-1] = UnicodeString(sym);
Ddecimfmt.h2135 DecimalFormatSymbols* fSymbols; variable
2322 return fSymbols->getConstSymbol(symbol); in getConstSymbol()
Dsmpdtfmt.h1101 DateFormatSymbols* fSymbols; // Owned variable
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
Dsymbols.c178 static void lAddToTree(Symbol **fSymbols, Symbol *fSymb) in lAddToTree() argument
183 lSymb = *fSymbols; in lAddToTree()
210 *fSymbols = fSymb; in lAddToTree()