Searched refs:fSymbols (Results 1 – 7 of 7) sorted by relevance
/external/icu4c/i18n/ |
D | dcfmtsym.cpp | 109 fSymbols[(ENumberFormatSymbol)i].fastCopyFrom(rhs.fSymbols[(ENumberFormatSymbol)i]); in operator =() 131 if(fSymbols[(ENumberFormatSymbol)i] != that.fSymbols[(ENumberFormatSymbol)i]) { in operator ==() 282 setSymbol(kMonetarySeparatorSymbol,fSymbols[kDecimalSeparatorSymbol]); in initialize() 285 setSymbol(kMonetaryGroupingSeparatorSymbol,fSymbols[kGroupingSeparatorSymbol]); in initialize() 303 fSymbols[kIntlCurrencySymbol] = curriso; in initialize() 304 fSymbols[kCurrencySymbol] = tempStr; in initialize() 335 fSymbols[kMonetaryGroupingSeparatorSymbol] = groupingSep; in initialize() 336 fSymbols[kMonetarySeparatorSymbol] = decimalSep; in initialize() 395 fSymbols[kDecimalSeparatorSymbol] = (UChar)0x2e; // '.' decimal separator in initialize() 396 fSymbols[kGroupingSeparatorSymbol].remove(); // group (thousands) separator in initialize() [all …]
|
D | smpdtfmt.cpp | 167 delete fSymbols; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 193 fSymbols(NULL), in SimpleDateFormat() 208 fSymbols(NULL), in SimpleDateFormat() 227 fSymbols(NULL), in SimpleDateFormat() 293 fSymbols(symbolsToAdopt), in SimpleDateFormat() 314 fSymbols(new DateFormatSymbols(symbols)), in SimpleDateFormat() 336 fSymbols(NULL), in SimpleDateFormat() 358 fSymbols(NULL), in SimpleDateFormat() 368 delete fSymbols; in SimpleDateFormat() 370 fSymbols = new DateFormatSymbols(status); in SimpleDateFormat() [all …]
|
D | decimfmt.cpp | 328 fSymbols = NULL; in init() 359 fSymbols = symbolsToAdopt; // Do this BEFORE aborting on status failure!!! in construct() 376 if (fSymbols == NULL) in construct() 378 fSymbols = new DecimalFormatSymbols(Locale::getDefault(), status); in construct() 380 if (fSymbols == 0) { in construct() 421 fCurrencyPluralInfo = new CurrencyPluralInfo(fSymbols->getLocale(), status); in construct() 446 fCurrencyPluralInfo = new CurrencyPluralInfo(fSymbols->getLocale(), status); in construct() 491 UResourceBundle *resource = ures_open(NULL, fSymbols->getLocale().getName(), &error); in setupCurrencyAffixPatterns() 613 delete fSymbols; in ~DecimalFormat() 669 if(fSymbols == NULL) { in operator =() [all …]
|
/external/icu4c/i18n/unicode/ |
D | dcfmtsym.h | 388 UnicodeString fSymbols[kFormatSymbolCount]; 412 strPtr = &fSymbols[symbol]; in getSymbol() 423 strPtr = &fSymbols[symbol]; in getConstSymbol() 435 fSymbols[symbol]=value; 445 fSymbols[(int)kOneDigitSymbol+i-1] = UnicodeString(sym);
|
D | decimfmt.h | 2115 DecimalFormatSymbols* fSymbols; variable 2302 return fSymbols->getConstSymbol(symbol); in getConstSymbol()
|
D | smpdtfmt.h | 1075 DateFormatSymbols* fSymbols; // Owned variable
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/ |
D | symbols.c | 178 static void lAddToTree(Symbol **fSymbols, Symbol *fSymb) in lAddToTree() argument 183 lSymb = *fSymbols; in lAddToTree() 210 *fSymbols = fSymb; in lAddToTree()
|