Searched refs:fFormatInfo (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/icu-small/source/i18n/ |
H A D | winnmfmt.cpp | 213 : NumberFormat(), fCurrency(currency), fFormatInfo(nullptr), fFractionDigitsSet(false), fWindowsLocaleName(nullptr) in Win32NumberFormat() 242 fFormatInfo = (FormatInfo*)uprv_malloc(sizeof(FormatInfo)); in Win32NumberFormat() 245 getCurrencyFormat(&fFormatInfo->currency, localeName); in Win32NumberFormat() 247 getNumberFormat(&fFormatInfo->number, localeName); in Win32NumberFormat() 253 : NumberFormat(other), fFormatInfo((FormatInfo*)uprv_malloc(sizeof(FormatInfo))) in Win32NumberFormat() 255 if (fFormatInfo != nullptr) { in Win32NumberFormat() 256 uprv_memset(fFormatInfo, 0, sizeof(*fFormatInfo)); in Win32NumberFormat() 263 if (fFormatInfo != nullptr) { in ~Win32NumberFormat() 265 freeCurrencyFormat(&fFormatInfo in ~Win32NumberFormat() [all...] |
H A D | winnmfmt.h | 155 FormatInfo *fFormatInfo; member in Win32NumberFormat
|
/third_party/icu/icu4c/source/i18n/ |
H A D | winnmfmt.cpp | 212 : NumberFormat(), fCurrency(currency), fFormatInfo(NULL), fFractionDigitsSet(FALSE), fWindowsLocaleName(nullptr) in Win32NumberFormat() 241 fFormatInfo = (FormatInfo*)uprv_malloc(sizeof(FormatInfo)); in Win32NumberFormat() 244 getCurrencyFormat(&fFormatInfo->currency, localeName); in Win32NumberFormat() 246 getNumberFormat(&fFormatInfo->number, localeName); in Win32NumberFormat() 252 : NumberFormat(other), fFormatInfo((FormatInfo*)uprv_malloc(sizeof(FormatInfo))) in Win32NumberFormat() 254 if (fFormatInfo != NULL) { in Win32NumberFormat() 255 uprv_memset(fFormatInfo, 0, sizeof(*fFormatInfo)); in Win32NumberFormat() 262 if (fFormatInfo != NULL) { in ~Win32NumberFormat() 264 freeCurrencyFormat(&fFormatInfo in ~Win32NumberFormat() [all...] |
H A D | winnmfmt.h | 155 FormatInfo *fFormatInfo; member in Win32NumberFormat
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | winnmfmt.cpp | 207 : NumberFormat(), fCurrency(currency), fFormatInfo(NULL), fFractionDigitsSet(FALSE), fWindowsLocaleName(nullptr) in Win32NumberFormat() 236 fFormatInfo = (FormatInfo*)uprv_malloc(sizeof(FormatInfo)); in Win32NumberFormat() 239 getCurrencyFormat(&fFormatInfo->currency, localeName); in Win32NumberFormat() 241 getNumberFormat(&fFormatInfo->number, localeName); in Win32NumberFormat() 247 : NumberFormat(other), fFormatInfo((FormatInfo*)uprv_malloc(sizeof(FormatInfo))) in Win32NumberFormat() 249 if (fFormatInfo != NULL) { in Win32NumberFormat() 250 uprv_memset(fFormatInfo, 0, sizeof(*fFormatInfo)); in Win32NumberFormat() 257 if (fFormatInfo != NULL) { in ~Win32NumberFormat() 259 freeCurrencyFormat(&fFormatInfo in ~Win32NumberFormat() [all...] |
H A D | winnmfmt.h | 155 FormatInfo *fFormatInfo; member in Win32NumberFormat
|
Completed in 3 milliseconds