Home
last modified time | relevance | path

Searched refs:fWindowsLocaleName (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Dwinnmfmt.cpp207 …t(), fCurrency(currency), fFormatInfo(NULL), fFractionDigitsSet(FALSE), fWindowsLocaleName(nullptr) in Win32NumberFormat()
212 GetEquivalentWindowsLocaleName(locale, &fWindowsLocaleName); in Win32NumberFormat()
231 if (fWindowsLocaleName != nullptr) in Win32NumberFormat()
233 …localeName = reinterpret_cast<const wchar_t*>(toOldUCharPtr(fWindowsLocaleName->getTerminatedBuffe… in Win32NumberFormat()
266 delete fWindowsLocaleName; in ~Win32NumberFormat()
277 …this->fWindowsLocaleName = other.fWindowsLocaleName == NULL ? NULL : new UnicodeString(*other.fWin… in operator =()
281 if (fWindowsLocaleName != nullptr) in operator =()
283 …localeName = reinterpret_cast<const wchar_t*>(toOldUCharPtr(fWindowsLocaleName->getTerminatedBuffe… in operator =()
394 if (fWindowsLocaleName != nullptr) in format()
396 …localeName = reinterpret_cast<const wchar_t*>(toOldUCharPtr(fWindowsLocaleName->getTerminatedBuffe… in format()
Dwindtfmt.cpp163 …imeStyle(timeStyle), fDateStyle(dateStyle), fLocale(locale), fZoneID(), fWindowsLocaleName(nullptr) in Win32DateFormat()
166 GetEquivalentWindowsLocaleName(locale, &fWindowsLocaleName); in Win32DateFormat()
191 delete fWindowsLocaleName; in ~Win32DateFormat()
211 …this->fWindowsLocaleName = other.fWindowsLocaleName == NULL ? NULL : new UnicodeString(*other.fWin… in operator =()
314 if (fWindowsLocaleName != nullptr) in formatDate()
316 …localeName = reinterpret_cast<const wchar_t*>(toOldUCharPtr(fWindowsLocaleName->getTerminatedBuffe… in formatDate()
347 if (fWindowsLocaleName != nullptr) in formatTime()
349 …localeName = reinterpret_cast<const wchar_t*>(toOldUCharPtr(fWindowsLocaleName->getTerminatedBuffe… in formatTime()
Dwinnmfmt.h158 UnicodeString* fWindowsLocaleName; // Stores the equivalent Windows locale name. variable
Dwindtfmt.h130 UnicodeString* fWindowsLocaleName; // Stores the equivalent Windows locale name. variable