Searched defs:fSymbols (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dsmpdtfmt.h1276 * initializes fSymbols from parameters.
1504 DateFormatSymbols* fSymbols; // Owned member in class:SimpleDateFormat
H A Ddcfmtsym.h384 * If DecimalFormatSymbols becomes subclassable and the status of fSymbols changes
386 * or when fSymbols can be set any other way that allows them to be readonly aliases
392 UnicodeString fSymbols[kFormatSymbolCount]; member in class:DecimalFormatSymbols
416 strPtr = &fSymbols[symbol];
429 strPtr = &fSymbols[symbol];
444 fSymbols[symbol]=value;
454 fSymbols[(int)kOneDigitSymbol+i-1] = UnicodeString(sym);
H A Ddecimfmt.h2199 DecimalFormatSymbols* fSymbols; member in class:DecimalFormat
2399 return fSymbols->getConstSymbol(symbol);
/external/icu/icu4c/source/i18n/unicode/
H A Dsmpdtfmt.h1268 * initializes fSymbols from parameters.
1500 DateFormatSymbols* fSymbols; // Owned member in class:SimpleDateFormat
H A Ddcfmtsym.h392 * If DecimalFormatSymbols becomes subclassable and the status of fSymbols changes
394 * or when fSymbols can be set any other way that allows them to be readonly aliases
400 UnicodeString fSymbols[kFormatSymbolCount]; member in class:DecimalFormatSymbols
424 strPtr = &fSymbols[symbol];
437 strPtr = &fSymbols[symbol];
452 fSymbols[symbol]=value;
462 fSymbols[(int)kOneDigitSymbol+i-1] = UnicodeString(sym);
H A Ddecimfmt.h2219 DecimalFormatSymbols* fSymbols; member in class:DecimalFormat
2419 return fSymbols->getConstSymbol(symbol);

Completed in 1070 milliseconds