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

/external/icu/icu4c/source/i18n/
H A Dsharednumberformat.h20 class U_I18N_API SharedNumberFormat : public SharedObject { class in inherits:SharedObject
22 SharedNumberFormat(NumberFormat *nfToAdopt) : ptr(nfToAdopt) { } function in class:SharedNumberFormat
23 virtual ~SharedNumberFormat();
29 SharedNumberFormat(const SharedNumberFormat &);
30 SharedNumberFormat &operator=(const SharedNumberFormat &);
H A Dnumfmt.cpp252 SharedNumberFormat::~SharedNumberFormat() {
1045 const SharedNumberFormat *shared = createSharedInstance(loc, kind, status);
1254 SharedObject *result = new SharedNumberFormat(nf);
1275 const SharedNumberFormat *&ptr,
1285 const SharedNumberFormat* U_EXPORT2
1294 const SharedNumberFormat *result = NULL;

Completed in 99 milliseconds