Searched refs:fNumberFormat (Results 1 – 14 of 14) sorted by relevance
/external/icu4c/i18n/ |
D | datefmt.cpp | 45 fNumberFormat(0) in DateFormat() 54 fNumberFormat(0) in DateFormat() 66 delete fNumberFormat; in operator =() 72 if(other.fNumberFormat) { in operator =() 73 fNumberFormat = (NumberFormat*)other.fNumberFormat->clone(); in operator =() 75 fNumberFormat = NULL; in operator =() 86 delete fNumberFormat; in ~DateFormat() 104 (fNumberFormat && *fNumberFormat == *fmt->fNumberFormat)); in operator ==() 437 delete fNumberFormat; in adoptNumberFormat() 438 fNumberFormat = newNumberFormat; in adoptNumberFormat() [all …]
|
D | tmutfmt.cpp | 81 : fNumberFormat(NULL), in TimeUnitFormat() 88 : fNumberFormat(NULL), in TimeUnitFormat() 95 : fNumberFormat(NULL), in TimeUnitFormat() 103 fNumberFormat(NULL), in TimeUnitFormat() 117 delete fNumberFormat; in ~TimeUnitFormat() 118 fNumberFormat = NULL; in ~TimeUnitFormat() 141 delete fNumberFormat; in operator =() 149 if (other.fNumberFormat) { in operator =() 150 fNumberFormat = (NumberFormat*)other.fNumberFormat->clone(); in operator =() 152 fNumberFormat = NULL; in operator =() [all …]
|
D | smpdtfmt.cpp | 753 fNumberFormat = NumberFormat::createInstance(locale, status); in initialize() 754 if (fNumberFormat != NULL && U_SUCCESS(status)) in initialize() 760 fNumberFormat->setGroupingUsed(FALSE); in initialize() 761 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fNumberFormat); in initialize() 765 fNumberFormat->setParseIntegerOnly(TRUE); in initialize() 766 fNumberFormat->setMinimumFractionDigits(0); // To prevent "Jan 1.00, 1997.00" in initialize() 1043 fNumberFormatters[i] = fNumberFormat; in initNumberFormatters() 1619 return fNumberFormat; in getNumberFormatByIndex() 3413 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fNumberFormat); in checkIntSuffix()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | datefmt.cpp | 45 fNumberFormat(0) in DateFormat() 54 fNumberFormat(0) in DateFormat() 66 delete fNumberFormat; in operator =() 72 if(other.fNumberFormat) { in operator =() 73 fNumberFormat = (NumberFormat*)other.fNumberFormat->clone(); in operator =() 75 fNumberFormat = NULL; in operator =() 86 delete fNumberFormat; in ~DateFormat() 104 (fNumberFormat && *fNumberFormat == *fmt->fNumberFormat)); in operator ==() 432 delete fNumberFormat; in adoptNumberFormat() 433 fNumberFormat = newNumberFormat; in adoptNumberFormat() [all …]
|
D | tmutfmt.cpp | 78 : fNumberFormat(NULL), in TimeUnitFormat() 85 : fNumberFormat(NULL), in TimeUnitFormat() 92 : fNumberFormat(NULL), in TimeUnitFormat() 100 fNumberFormat(NULL), in TimeUnitFormat() 114 delete fNumberFormat; in ~TimeUnitFormat() 115 fNumberFormat = NULL; in ~TimeUnitFormat() 138 delete fNumberFormat; in operator =() 146 if (other.fNumberFormat) { in operator =() 147 fNumberFormat = (NumberFormat*)other.fNumberFormat->clone(); in operator =() 149 fNumberFormat = NULL; in operator =() [all …]
|
D | smpdtfmt.cpp | 680 fNumberFormat = NumberFormat::createInstance(locale, status); in initialize() 681 if (fNumberFormat != NULL && U_SUCCESS(status)) in initialize() 687 fNumberFormat->setGroupingUsed(FALSE); in initialize() 688 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fNumberFormat); in initialize() 692 fNumberFormat->setParseIntegerOnly(TRUE); in initialize() 693 fNumberFormat->setMinimumFractionDigits(0); // To prevent "Jan 1.00, 1997.00" in initialize() 1297 fNumberFormatters[i] = fNumberFormat; in initNumberFormatters() 1741 return fNumberFormat; in getNumberFormatByIndex() 3165 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fNumberFormat); in checkIntSuffix()
|
/external/chromium_org/third_party/icu/source/io/ |
D | locbund.c | 49 if (result->fNumberFormat[style-1] == NULL) { in copyInvariantFormatter() 67 result->fNumberFormat[style-1] = unum_clone(gPosixNumberFormat[style-1], &status); in copyInvariantFormatter() 69 return result->fNumberFormat[style-1]; in copyInvariantFormatter() 152 if (bundle->fNumberFormat[styleIdx]) { in u_locbund_close() 153 unum_close(bundle->fNumberFormat[styleIdx]); in u_locbund_close() 166 formatAlias = bundle->fNumberFormat[style-1]; in u_locbund_getNumberFormat() 179 bundle->fNumberFormat[style-1] = formatAlias; in u_locbund_getNumberFormat()
|
D | locbund.h | 33 UNumberFormat *fNumberFormat[ULOCALEBUNDLE_NUMBERFORMAT_COUNT]; member
|
/external/icu4c/io/ |
D | locbund.cpp | 47 if (result->fNumberFormat[style-1] == NULL) { in copyInvariantFormatter() 65 result->fNumberFormat[style-1] = unum_clone(gPosixNumberFormat[style-1], &status); in copyInvariantFormatter() 67 return result->fNumberFormat[style-1]; in copyInvariantFormatter() 150 if (bundle->fNumberFormat[styleIdx]) { in u_locbund_close() 151 unum_close(bundle->fNumberFormat[styleIdx]); in u_locbund_close() 164 formatAlias = bundle->fNumberFormat[style-1]; in u_locbund_getNumberFormat() 177 bundle->fNumberFormat[style-1] = formatAlias; in u_locbund_getNumberFormat()
|
D | locbund.h | 33 UNumberFormat *fNumberFormat[ULOCALEBUNDLE_NUMBERFORMAT_COUNT]; member
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | tmutfmt.h | 218 NumberFormat* fNumberFormat;
|
D | datefmt.h | 672 NumberFormat* fNumberFormat; variable
|
/external/icu4c/i18n/unicode/ |
D | tmutfmt.h | 216 NumberFormat* fNumberFormat;
|
D | datefmt.h | 714 NumberFormat* fNumberFormat; variable
|