Home
last modified time | relevance | path

Searched refs:adoptDecimalFormatSymbols (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/test/intltest/
Ddcfmapts.cpp183 def.adoptDecimalFormatSymbols(newSyms); // don't use newSyms after this in testAPI()
Dnumfmtst.cpp1680 fmt.adoptDecimalFormatSymbols(sym); in TestAdoptDecimalFormatSymbols()
Dnumrgts.cpp2001 df->adoptDecimalFormatSymbols(syms); in Test4147706()
/external/icu4c/i18n/unicode/
Ddecimfmt.h1022 virtual void adoptDecimalFormatSymbols(DecimalFormatSymbols* symbolsToAdopt);
/external/icu4c/i18n/
Ddecimfmt.cpp2063 DecimalFormat::adoptDecimalFormatSymbols(DecimalFormatSymbols* symbolsToAdopt) in adoptDecimalFormatSymbols() function in DecimalFormat
2092 adoptDecimalFormatSymbols(new DecimalFormatSymbols(symbols)); in setDecimalFormatSymbols()