Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/third_party/externals/icu/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()
/third_party/node/deps/icu-small/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()
/third_party/skia/third_party/externals/icu/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()
/third_party/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.cpp274 static const SharedNumberFormat *createSharedNumberFormat( in createSharedNumberFormat()
277 const SharedNumberFormat *result = new SharedNumberFormat(nfToAdopt); in createSharedNumberFormat()
284 static const SharedNumberFormat *createSharedNumberFormat( in createSharedNumberFormat()
290 const SharedNumberFormat *result = createSharedNumberFormat(nf); in createSharedNumberFormat()
297 static const SharedNumberFormat **allocSharedNumberFormatters() { in allocSharedNumberFormatters()
298 const SharedNumberFormat **result = (const SharedNumberFormat**) in allocSharedNumberFormatters()
299 uprv_malloc(UDAT_FIELD_COUNT * sizeof(const SharedNumberFormat*)); in allocSharedNumberFormatters()
309 static void freeSharedNumberFormatters(const SharedNumberFormat ** list) { in freeSharedNumberFormatters()
1384 const SharedNumberFormat *snf = NULL; in processOverrideString()
2103 const SharedNumberFormat *newFormat = createSharedNumberFormat(fmt.orphan()); in adoptNumberFormat()
[all …]
/third_party/flutter/skia/third_party/externals/icu/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(
/third_party/icu/icu4c/source/i18n/unicode/
Dmeasfmt.h84 class SharedNumberFormat; variable
361 const SharedNumberFormat *numberFormat;
Dsmpdtfmt.h52 class SharedNumberFormat; variable
1618 const SharedNumberFormat *snf;
1631 const SharedNumberFormat **fSharedNumberFormatters;
Dreldatefmt.h257 class SharedNumberFormat; variable
695 const SharedNumberFormat *fNumberFormat;
Dnumfmt.h50 class SharedNumberFormat; variable
779 static const SharedNumberFormat* U_EXPORT2 createSharedInstance(
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dmeasfmt.h84 class SharedNumberFormat; variable
361 const SharedNumberFormat *numberFormat;
Dsmpdtfmt.h52 class SharedNumberFormat; variable
1618 const SharedNumberFormat *snf;
1631 const SharedNumberFormat **fSharedNumberFormatters;
Dreldatefmt.h257 class SharedNumberFormat; variable
695 const SharedNumberFormat *fNumberFormat;
Dnumfmt.h50 class SharedNumberFormat; variable
779 static const SharedNumberFormat* U_EXPORT2 createSharedInstance(
/third_party/node/deps/icu-small/source/i18n/unicode/
Dmeasfmt.h84 class SharedNumberFormat; variable
361 const SharedNumberFormat *numberFormat;
Dsmpdtfmt.h52 class SharedNumberFormat; variable
1618 const SharedNumberFormat *snf;
1631 const SharedNumberFormat **fSharedNumberFormatters;
Dreldatefmt.h257 class SharedNumberFormat; variable
695 const SharedNumberFormat *fNumberFormat;
Dnumfmt.h50 class SharedNumberFormat; variable
779 static const SharedNumberFormat* U_EXPORT2 createSharedInstance(

12