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

/external/icu/icu4c/source/test/intltest/
H A Dnumberformattesttuple.cpp198 const UnicodeString &str, void *roundPtr, UErrorCode &status) {
201 *static_cast<DecimalFormat::ERoundingMode *>(roundPtr) = (DecimalFormat::ERoundingMode) val;
205 const void *roundPtr, UnicodeString &appendTo) {
207 *static_cast<const DecimalFormat::ERoundingMode *>(roundPtr);
197 strToERounding( const UnicodeString &str, void *roundPtr, UErrorCode &status) argument
204 eRoundingToStr( const void *roundPtr, UnicodeString &appendTo) argument

Completed in 204 milliseconds