Home
last modified time | relevance | path

Searched refs:SharedNumberFormat (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/i18n/
Dsharednumberformat.h19 class U_I18N_API SharedNumberFormat : public SharedObject {
21 SharedNumberFormat(NumberFormat *nfToAdopt) : ptr(nfToAdopt) { } in SharedNumberFormat() function
22 virtual ~SharedNumberFormat();
28 SharedNumberFormat(const SharedNumberFormat &);
29 SharedNumberFormat &operator=(const SharedNumberFormat &);
Dnumfmt.cpp251 SharedNumberFormat::~SharedNumberFormat() { in ~SharedNumberFormat()
1054 const SharedNumberFormat *shared = createSharedInstance(loc, kind, status); in createInstance()
1254 const SharedNumberFormat *LocaleCacheKey<SharedNumberFormat>::createObject( in createObject()
1262 SharedNumberFormat *result = new SharedNumberFormat(nf); in createObject()
1272 const SharedNumberFormat* U_EXPORT2
1281 const SharedNumberFormat *result = NULL; in createSharedInstance()
Dsmpdtfmt.cpp257 static const SharedNumberFormat *createSharedNumberFormat( in createSharedNumberFormat()
260 const SharedNumberFormat *result = new SharedNumberFormat(nfToAdopt); in createSharedNumberFormat()
267 static const SharedNumberFormat *createSharedNumberFormat( in createSharedNumberFormat()
273 const SharedNumberFormat *result = createSharedNumberFormat(nf); in createSharedNumberFormat()
280 static const SharedNumberFormat **allocSharedNumberFormatters() { in allocSharedNumberFormatters()
281 const SharedNumberFormat **result = (const SharedNumberFormat**) in allocSharedNumberFormatters()
282 uprv_malloc(UDAT_FIELD_COUNT * sizeof(const SharedNumberFormat*)); in allocSharedNumberFormatters()
292 static void freeSharedNumberFormatters(const SharedNumberFormat ** list) { in freeSharedNumberFormatters()
1307 const SharedNumberFormat *snf = NULL; in processOverrideString()
1875 const SharedNumberFormat *newFormat = createSharedNumberFormat(fmt.orphan()); in adoptNumberFormat()
Dreldatefmt.cpp868 const SharedNumberFormat *shared = NumberFormat::createSharedInstance( in init()
876 SharedNumberFormat *shared = new SharedNumberFormat(nf.getAlias()); in init()
Dmeasfmt.cpp820 const SharedNumberFormat *shared = NumberFormat::createSharedInstance( in initMeasureFormat()
847 SharedNumberFormat *shared = new SharedNumberFormat(nf.getAlias()); in adoptNumberFormat()
/external/icu/icu4c/source/i18n/unicode/
Dreldatefmt.h254 class SharedNumberFormat; variable
478 const SharedNumberFormat *fNumberFormat;
Dmeasfmt.h78 class SharedNumberFormat; variable
321 const SharedNumberFormat *numberFormat;
Dsmpdtfmt.h48 class SharedNumberFormat; variable
1565 const SharedNumberFormat *snf;
1578 const SharedNumberFormat **fSharedNumberFormatters;
Dnumfmt.h46 class SharedNumberFormat; variable
730 static const SharedNumberFormat* U_EXPORT2 createSharedInstance(