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

/external/chromium/third_party/icu/public/i18n/unicode/
H A Ddcfmtsym.h342 * If DecimalFormatSymbols becomes subclassable and the status of fSymbols changes
344 * or when fSymbols can be set any other way that allows them to be readonly aliases
350 UnicodeString fSymbols[kFormatSymbolCount]; member in class:DecimalFormatSymbols
374 strPtr = &fSymbols[symbol];
385 strPtr = &fSymbols[symbol];
397 fSymbols[symbol]=value;
H A Dsmpdtfmt.h784 * initializes fSymbols from parameters.
1002 DateFormatSymbols* fSymbols; // Owned member in class:SimpleDateFormat
H A Ddecimfmt.h1988 DecimalFormatSymbols* fSymbols; member in class:DecimalFormat
2176 return fSymbols->getConstSymbol(symbol);
/external/icu4c/i18n/unicode/
H A Ddcfmtsym.h349 * If DecimalFormatSymbols becomes subclassable and the status of fSymbols changes
351 * or when fSymbols can be set any other way that allows them to be readonly aliases
357 UnicodeString fSymbols[kFormatSymbolCount]; member in class:DecimalFormatSymbols
381 strPtr = &fSymbols[symbol];
392 strPtr = &fSymbols[symbol];
404 fSymbols[symbol]=value;
H A Dsmpdtfmt.h857 * initializes fSymbols from parameters.
1076 DateFormatSymbols* fSymbols; // Owned member in class:SimpleDateFormat
H A Ddecimfmt.h2112 DecimalFormatSymbols* fSymbols; member in class:DecimalFormat
2299 return fSymbols->getConstSymbol(symbol);

Completed in 160 milliseconds