Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dwinnmfmt.cpp46 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(Win32NumberFormat) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
139 Win32NumberFormat::Win32NumberFormat(const Locale &locale, UBool currency, UErrorCode &status) in Win32NumberFormat() function in Win32NumberFormat
155 Win32NumberFormat::Win32NumberFormat(const Win32NumberFormat &other) in Win32NumberFormat() function in Win32NumberFormat
164 Win32NumberFormat::~Win32NumberFormat() in ~Win32NumberFormat()
177 Win32NumberFormat &Win32NumberFormat::operator=(const Win32NumberFormat &other) in operator =()
196 Format *Win32NumberFormat::clone(void) const in clone()
198 return new Win32NumberFormat(*this); in clone()
201 UnicodeString& Win32NumberFormat::format(double number, UnicodeString& appendTo, FieldPosition& pos… in format()
206 UnicodeString& Win32NumberFormat::format(int32_t number, UnicodeString& appendTo, FieldPosition& po… in format()
211 UnicodeString& Win32NumberFormat::format(int64_t number, UnicodeString& appendTo, FieldPosition& po… in format()
[all …]
Dwinnmfmt.h36 class Win32NumberFormat : public NumberFormat
39 Win32NumberFormat(const Locale &locale, UBool currency, UErrorCode &status);
41 Win32NumberFormat(const Win32NumberFormat &other);
43 virtual ~Win32NumberFormat();
47 Win32NumberFormat &operator=(const Win32NumberFormat &other);
Dnumfmt.cpp1064 Win32NumberFormat *f = NULL; in makeInstance()
1075 f = new Win32NumberFormat(desiredLocale, curr, status); in makeInstance()
/external/icu4c/test/intltest/
Duobjtest.cpp375 …TESTCLASSID_FACTORY(Win32NumberFormat, NumberFormat::createInstance(Locale("@compat=host"), status… in testIDs()