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.cpp253 SharedNumberFormat::~SharedNumberFormat() { in ~SharedNumberFormat()
1057 const SharedNumberFormat *shared = createSharedInstance(loc, kind, status); in createInstance()
1257 const SharedNumberFormat *LocaleCacheKey<SharedNumberFormat>::createObject( in createObject()
1265 SharedNumberFormat *result = new SharedNumberFormat(nf); in createObject()
1275 const SharedNumberFormat* U_EXPORT2
1284 const SharedNumberFormat *result = NULL; in createSharedInstance()
Dsmpdtfmt.cpp261 static const SharedNumberFormat *createSharedNumberFormat( in createSharedNumberFormat()
264 const SharedNumberFormat *result = new SharedNumberFormat(nfToAdopt); in createSharedNumberFormat()
271 static const SharedNumberFormat *createSharedNumberFormat( in createSharedNumberFormat()
277 const SharedNumberFormat *result = createSharedNumberFormat(nf); in createSharedNumberFormat()
284 static const SharedNumberFormat **allocSharedNumberFormatters() { in allocSharedNumberFormatters()
285 const SharedNumberFormat **result = (const SharedNumberFormat**) in allocSharedNumberFormatters()
286 uprv_malloc(UDAT_FIELD_COUNT * sizeof(const SharedNumberFormat*)); in allocSharedNumberFormatters()
296 static void freeSharedNumberFormatters(const SharedNumberFormat ** list) { in freeSharedNumberFormatters()
1316 const SharedNumberFormat *snf = NULL; in processOverrideString()
2021 const SharedNumberFormat *newFormat = createSharedNumberFormat(fmt.orphan()); in adoptNumberFormat()
Dreldatefmt.cpp984 const SharedNumberFormat *shared = NumberFormat::createSharedInstance( in init()
992 SharedNumberFormat *shared = new SharedNumberFormat(nf.getAlias()); in init()
Dmeasfmt.cpp876 const SharedNumberFormat *shared = NumberFormat::createSharedInstance( in initMeasureFormat()
903 SharedNumberFormat *shared = new SharedNumberFormat(nf.getAlias()); in adoptNumberFormat()
/external/icu/icu4c/source/i18n/unicode/
Dreldatefmt.h234 class SharedNumberFormat; variable
506 const SharedNumberFormat *fNumberFormat;
Dsmpdtfmt.h50 class SharedNumberFormat; variable
1589 const SharedNumberFormat *snf;
1602 const SharedNumberFormat **fSharedNumberFormatters;
Dmeasfmt.h82 class SharedNumberFormat; variable
338 const SharedNumberFormat *numberFormat;
Dnumfmt.h48 class SharedNumberFormat; variable
723 static const SharedNumberFormat* U_EXPORT2 createSharedInstance(