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.cpp251 SharedNumberFormat::~SharedNumberFormat() { in ~SharedNumberFormat()
1055 const SharedNumberFormat *shared = createSharedInstance(loc, kind, status); in createInstance()
1255 const SharedNumberFormat *LocaleCacheKey<SharedNumberFormat>::createObject( in createObject()
1263 SharedNumberFormat *result = new SharedNumberFormat(nf); in createObject()
1273 const SharedNumberFormat* U_EXPORT2
1282 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()
1308 const SharedNumberFormat *snf = NULL; in processOverrideString()
2015 const SharedNumberFormat *newFormat = createSharedNumberFormat(fmt.orphan()); in adoptNumberFormat()
Dreldatefmt.cpp1033 const SharedNumberFormat *shared = NumberFormat::createSharedInstance( in init()
1041 SharedNumberFormat *shared = new SharedNumberFormat(nf.getAlias()); in init()
Dmeasfmt.cpp885 const SharedNumberFormat *shared = NumberFormat::createSharedInstance( in initMeasureFormat()
912 SharedNumberFormat *shared = new SharedNumberFormat(nf.getAlias()); in adoptNumberFormat()
/external/icu/icu4c/source/i18n/unicode/
Dreldatefmt.h243 class SharedNumberFormat; variable
513 const SharedNumberFormat *fNumberFormat;
Dsmpdtfmt.h50 class SharedNumberFormat; variable
1612 const SharedNumberFormat *snf;
1625 const SharedNumberFormat **fSharedNumberFormatters;
Dmeasfmt.h82 class SharedNumberFormat; variable
349 const SharedNumberFormat *numberFormat;
Dnumfmt.h48 class SharedNumberFormat; variable
763 static const SharedNumberFormat* U_EXPORT2 createSharedInstance(