Home | History | Annotate | Download | only in i18n

Lines Matching refs:symbols

1600 // De-owning the current localized symbols and adopt the new symbols.
1624 // Setting the symbols is equlivalent to adopting a newly created localized symbols.
1626 RuleBasedNumberFormat::setDecimalFormatSymbols(const DecimalFormatSymbols& symbols)
1628 adoptDecimalFormatSymbols(new DecimalFormatSymbols(symbols));