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

/external/icu/icu4c/source/i18n/
H A Dsharednumberformat.h21 class U_I18N_API SharedNumberFormat : public SharedObject { class in inherits:SharedObject
23 SharedNumberFormat(NumberFormat *nfToAdopt) : ptr(nfToAdopt) { } function in class:SharedNumberFormat
24 virtual ~SharedNumberFormat();
30 SharedNumberFormat(const SharedNumberFormat &);
31 SharedNumberFormat &operator=(const SharedNumberFormat &);
H A Dnumfmt.cpp253 SharedNumberFormat::~SharedNumberFormat() {
1057 const SharedNumberFormat *shared = createSharedInstance(loc, kind, status);
1257 const SharedNumberFormat *LocaleCacheKey<SharedNumberFormat>::createObject(
1265 SharedNumberFormat *result = new SharedNumberFormat(nf);
1275 const SharedNumberFormat* U_EXPORT2
1284 const SharedNumberFormat *result = NULL;

Completed in 283 milliseconds