Searched refs:SharedNumberFormat (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/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;
H A Dreldatefmt.cpp645 SharedNumberFormat *shared = new SharedNumberFormat(nf.getAlias());
H A Dmeasfmt.cpp680 SharedNumberFormat *shared = new SharedNumberFormat(nf.getAlias());
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Dreldatefmt.h225 class SharedNumberFormat;
413 const SharedNumberFormat *numberFormat;
H A Dmeasfmt.h78 class SharedNumberFormat;
307 const SharedNumberFormat *numberFormat;
H A Dnumfmt.h46 class SharedNumberFormat;
730 static const SharedNumberFormat* U_EXPORT2 createSharedInstance(

Completed in 177 milliseconds