/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() 218 GetEquivalentWindowsLocaleName(locale, &fWindowsLocaleName); in Win32NumberFormat() 222 // If the above method fails, then fWindowsLocaleName will remain as nullptr, and in Win32NumberFormat() 237 if (fWindowsLocaleName != nullptr) in Win32NumberFormat() 239 localeName = reinterpret_cast<const wchar_t*>(toOldUCharPtr(fWindowsLocaleName->getTerminatedBuffer())); in Win32NumberFormat() 272 delete fWindowsLocaleName; in ~Win32NumberFormat() 284 this->fWindowsLocaleName = other.fWindowsLocaleName == nullptr ? nullptr : new UnicodeString(*other.fWindowsLocaleName); in operator =() 288 if (fWindowsLocaleName ! in operator =() [all...] |
H A D | windtfmt.cpp | 169 : DateFormat(), fDateTimeMsg(nullptr), fTimeStyle(timeStyle), fDateStyle(dateStyle), fLocale(locale), fZoneID(), fWindowsLocaleName(nullptr) in Win32DateFormat() 172 GetEquivalentWindowsLocaleName(locale, &fWindowsLocaleName); in Win32DateFormat() 176 // If the above method fails, then fWindowsLocaleName will remain as nullptr, and in Win32DateFormat() 197 delete fWindowsLocaleName; in ~Win32DateFormat() 218 this->fWindowsLocaleName = other.fWindowsLocaleName == nullptr ? nullptr : new UnicodeString(*other.fWindowsLocaleName); in operator =() 321 if (fWindowsLocaleName != nullptr) in formatDate() 323 localeName = reinterpret_cast<const wchar_t*>(toOldUCharPtr(fWindowsLocaleName->getTerminatedBuffer())); in formatDate() 354 if (fWindowsLocaleName ! in formatTime() [all...] |
H A D | winnmfmt.h | 158 UnicodeString* fWindowsLocaleName; // Stores the equivalent Windows locale name. member in Win32NumberFormat
|
H A D | windtfmt.h | 130 UnicodeString* fWindowsLocaleName; // Stores the equivalent Windows locale name. member in Win32DateFormat
|
/third_party/icu/icu4c/source/i18n/ |
H A D | winnmfmt.cpp | 212 : NumberFormat(), fCurrency(currency), fFormatInfo(NULL), fFractionDigitsSet(FALSE), fWindowsLocaleName(nullptr) in Win32NumberFormat() 217 GetEquivalentWindowsLocaleName(locale, &fWindowsLocaleName); in Win32NumberFormat() 221 // If the above method fails, then fWindowsLocaleName will remain as nullptr, and in Win32NumberFormat() 236 if (fWindowsLocaleName != nullptr) in Win32NumberFormat() 238 localeName = reinterpret_cast<const wchar_t*>(toOldUCharPtr(fWindowsLocaleName->getTerminatedBuffer())); in Win32NumberFormat() 271 delete fWindowsLocaleName; in ~Win32NumberFormat() 283 this->fWindowsLocaleName = other.fWindowsLocaleName == NULL ? NULL : new UnicodeString(*other.fWindowsLocaleName); in operator =() 287 if (fWindowsLocaleName ! in operator =() [all...] |
H A D | windtfmt.cpp | 168 : DateFormat(), fDateTimeMsg(NULL), fTimeStyle(timeStyle), fDateStyle(dateStyle), fLocale(locale), fZoneID(), fWindowsLocaleName(nullptr) in Win32DateFormat() 171 GetEquivalentWindowsLocaleName(locale, &fWindowsLocaleName); in Win32DateFormat() 175 // If the above method fails, then fWindowsLocaleName will remain as nullptr, and in Win32DateFormat() 196 delete fWindowsLocaleName; in ~Win32DateFormat() 217 this->fWindowsLocaleName = other.fWindowsLocaleName == NULL ? NULL : new UnicodeString(*other.fWindowsLocaleName); in operator =() 320 if (fWindowsLocaleName != nullptr) in formatDate() 322 localeName = reinterpret_cast<const wchar_t*>(toOldUCharPtr(fWindowsLocaleName->getTerminatedBuffer())); in formatDate() 353 if (fWindowsLocaleName ! in formatTime() [all...] |
H A D | winnmfmt.h | 158 UnicodeString* fWindowsLocaleName; // Stores the equivalent Windows locale name. member in Win32NumberFormat
|
H A D | windtfmt.h | 130 UnicodeString* fWindowsLocaleName; // Stores the equivalent Windows locale name. member in Win32DateFormat
|
/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() 212 GetEquivalentWindowsLocaleName(locale, &fWindowsLocaleName); in Win32NumberFormat() 216 // If the above method fails, then fWindowsLocaleName will remain as nullptr, and in Win32NumberFormat() 231 if (fWindowsLocaleName != nullptr) in Win32NumberFormat() 233 localeName = reinterpret_cast<const wchar_t*>(toOldUCharPtr(fWindowsLocaleName->getTerminatedBuffer())); in Win32NumberFormat() 266 delete fWindowsLocaleName; in ~Win32NumberFormat() 278 this->fWindowsLocaleName = other.fWindowsLocaleName == NULL ? NULL : new UnicodeString(*other.fWindowsLocaleName); in operator =() 282 if (fWindowsLocaleName ! in operator =() [all...] |
H A D | windtfmt.cpp | 163 : DateFormat(), fDateTimeMsg(NULL), fTimeStyle(timeStyle), fDateStyle(dateStyle), fLocale(locale), fZoneID(), fWindowsLocaleName(nullptr) in Win32DateFormat() 166 GetEquivalentWindowsLocaleName(locale, &fWindowsLocaleName); in Win32DateFormat() 170 // If the above method fails, then fWindowsLocaleName will remain as nullptr, and in Win32DateFormat() 191 delete fWindowsLocaleName; in ~Win32DateFormat() 212 this->fWindowsLocaleName = other.fWindowsLocaleName == NULL ? NULL : new UnicodeString(*other.fWindowsLocaleName); in operator =() 315 if (fWindowsLocaleName != nullptr) in formatDate() 317 localeName = reinterpret_cast<const wchar_t*>(toOldUCharPtr(fWindowsLocaleName->getTerminatedBuffer())); in formatDate() 348 if (fWindowsLocaleName ! in formatTime() [all...] |
H A D | winnmfmt.h | 158 UnicodeString* fWindowsLocaleName; // Stores the equivalent Windows locale name. member in Win32NumberFormat
|
H A D | windtfmt.h | 130 UnicodeString* fWindowsLocaleName; // Stores the equivalent Windows locale name. member in Win32DateFormat
|