Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dsharednumberformat.h21 class U_I18N_API SharedNumberFormat : public SharedObject {
23 SharedNumberFormat(NumberFormat *nfToAdopt) : ptr(nfToAdopt) { } in SharedNumberFormat() function
24 virtual ~SharedNumberFormat();
30 SharedNumberFormat(const SharedNumberFormat &);
31 SharedNumberFormat &operator=(const SharedNumberFormat &);
Dnumfmt.cpp250 SharedNumberFormat::~SharedNumberFormat() { in ~SharedNumberFormat()
1058 const SharedNumberFormat *shared = createSharedInstance(loc, kind, status); in createInstance()
1258 const SharedNumberFormat *LocaleCacheKey<SharedNumberFormat>::createObject( in createObject()
1266 SharedNumberFormat *result = new SharedNumberFormat(nf); in createObject()
1276 const SharedNumberFormat* U_EXPORT2
1285 const SharedNumberFormat *result = NULL; in createSharedInstance()
Dsmpdtfmt.cpp266 static const SharedNumberFormat *createSharedNumberFormat( in createSharedNumberFormat()
269 const SharedNumberFormat *result = new SharedNumberFormat(nfToAdopt); in createSharedNumberFormat()
276 static const SharedNumberFormat *createSharedNumberFormat( in createSharedNumberFormat()
282 const SharedNumberFormat *result = createSharedNumberFormat(nf); in createSharedNumberFormat()
289 static const SharedNumberFormat **allocSharedNumberFormatters() { in allocSharedNumberFormatters()
290 const SharedNumberFormat **result = (const SharedNumberFormat**) in allocSharedNumberFormatters()
291 uprv_malloc(UDAT_FIELD_COUNT * sizeof(const SharedNumberFormat*)); in allocSharedNumberFormatters()
301 static void freeSharedNumberFormatters(const SharedNumberFormat ** list) { in freeSharedNumberFormatters()
1321 const SharedNumberFormat *snf = NULL; in processOverrideString()
2031 const SharedNumberFormat *newFormat = createSharedNumberFormat(fmt.orphan()); in adoptNumberFormat()
[all …]
Dmeasfmt.cpp602 const SharedNumberFormat *shared = NumberFormat::createSharedInstance( in initMeasureFormat()
629 SharedNumberFormat *shared = new SharedNumberFormat(nf.getAlias()); in adoptNumberFormat()
Dreldatefmt.cpp1230 const SharedNumberFormat *shared = NumberFormat::createSharedInstance( in init()
1238 SharedNumberFormat *shared = new SharedNumberFormat(nf.getAlias()); in init()
/external/icu/icu4c/source/i18n/unicode/
Dmeasfmt.h84 class SharedNumberFormat; variable
360 const SharedNumberFormat *numberFormat;
Dsmpdtfmt.h52 class SharedNumberFormat; variable
1617 const SharedNumberFormat *snf;
1630 const SharedNumberFormat **fSharedNumberFormatters;
Dreldatefmt.h259 class SharedNumberFormat; variable
707 const SharedNumberFormat *fNumberFormat;
Dnumfmt.h50 class SharedNumberFormat; variable
781 static const SharedNumberFormat* U_EXPORT2 createSharedInstance(