Home
last modified time | relevance | path

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

12

/third_party/icu/icu4c/source/i18n/
Dsharednumberformat.h22 class U_I18N_API SharedNumberFormat : public SharedObject {
24 SharedNumberFormat(NumberFormat *nfToAdopt) : ptr(nfToAdopt) { } in SharedNumberFormat() function
25 virtual ~SharedNumberFormat();
31 SharedNumberFormat(const SharedNumberFormat &) = delete;
32 SharedNumberFormat &operator=(const SharedNumberFormat &) = delete;
36 const SharedNumberFormat *LocaleCacheKey<SharedNumberFormat>::createObject(
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.cpp275 static const SharedNumberFormat *createSharedNumberFormat( in createSharedNumberFormat()
278 const SharedNumberFormat *result = new SharedNumberFormat(nfToAdopt); in createSharedNumberFormat()
285 static const SharedNumberFormat *createSharedNumberFormat( in createSharedNumberFormat()
291 const SharedNumberFormat *result = createSharedNumberFormat(nf); in createSharedNumberFormat()
298 static const SharedNumberFormat **allocSharedNumberFormatters() { in allocSharedNumberFormatters()
299 const SharedNumberFormat **result = (const SharedNumberFormat**) in allocSharedNumberFormatters()
300 uprv_malloc(UDAT_FIELD_COUNT * sizeof(const SharedNumberFormat*)); in allocSharedNumberFormatters()
310 static void freeSharedNumberFormatters(const SharedNumberFormat ** list) { in freeSharedNumberFormatters()
1426 const SharedNumberFormat *snf = NULL; in processOverrideString()
2151 const SharedNumberFormat *newFormat = createSharedNumberFormat(fmt.orphan()); in adoptNumberFormat()
[all …]
Dmeasfmt.cpp609 const SharedNumberFormat *shared = NumberFormat::createSharedInstance( in initMeasureFormat()
637 SharedNumberFormat *shared = new SharedNumberFormat(nf.getAlias()); in adoptNumberFormat()
/third_party/node/deps/icu-small/source/i18n/
Dsharednumberformat.h22 class U_I18N_API SharedNumberFormat : public SharedObject {
24 SharedNumberFormat(NumberFormat *nfToAdopt) : ptr(nfToAdopt) { } in SharedNumberFormat() function
25 virtual ~SharedNumberFormat();
31 SharedNumberFormat(const SharedNumberFormat &) = delete;
32 SharedNumberFormat &operator=(const SharedNumberFormat &) = delete;
36 const SharedNumberFormat *LocaleCacheKey<SharedNumberFormat>::createObject(
Dnumfmt.cpp250 SharedNumberFormat::~SharedNumberFormat() { in ~SharedNumberFormat()
1060 const SharedNumberFormat *shared = createSharedInstance(loc, kind, status); in createInstance()
1260 const SharedNumberFormat *LocaleCacheKey<SharedNumberFormat>::createObject( in createObject()
1268 SharedNumberFormat *result = new SharedNumberFormat(nf); in createObject()
1278 const SharedNumberFormat* U_EXPORT2
1287 const SharedNumberFormat *result = nullptr; in createSharedInstance()
Dsmpdtfmt.cpp276 static const SharedNumberFormat *createSharedNumberFormat( in createSharedNumberFormat()
279 const SharedNumberFormat *result = new SharedNumberFormat(nfToAdopt); in createSharedNumberFormat()
286 static const SharedNumberFormat *createSharedNumberFormat( in createSharedNumberFormat()
292 const SharedNumberFormat *result = createSharedNumberFormat(nf); in createSharedNumberFormat()
299 static const SharedNumberFormat **allocSharedNumberFormatters() { in allocSharedNumberFormatters()
300 const SharedNumberFormat **result = (const SharedNumberFormat**) in allocSharedNumberFormatters()
301 uprv_malloc(UDAT_FIELD_COUNT * sizeof(const SharedNumberFormat*)); in allocSharedNumberFormatters()
311 static void freeSharedNumberFormatters(const SharedNumberFormat ** list) { in freeSharedNumberFormatters()
1390 const SharedNumberFormat *snf = nullptr; in processOverrideString()
2119 const SharedNumberFormat *newFormat = createSharedNumberFormat(fmt.orphan()); in adoptNumberFormat()
[all …]
Dmeasfmt.cpp609 const SharedNumberFormat *shared = NumberFormat::createSharedInstance( in initMeasureFormat()
637 SharedNumberFormat *shared = new SharedNumberFormat(nf.getAlias()); in adoptNumberFormat()
/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()
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 …]
Dmeasfmt.cpp609 const SharedNumberFormat *shared = NumberFormat::createSharedInstance( in initMeasureFormat()
637 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()
/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
1630 const SharedNumberFormat *snf;
1643 const SharedNumberFormat **fSharedNumberFormatters = nullptr;
Dreldatefmt.h255 class SharedNumberFormat; variable
693 const SharedNumberFormat *fNumberFormat;
Dnumfmt.h50 class SharedNumberFormat; variable
796 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
1634 const SharedNumberFormat *snf;
1647 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