Searched defs:Win32NumberFormat (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dwinnmfmt.h38 class Win32NumberFormat : public NumberFormat class in inherits:NumberFormat
41 Win32NumberFormat(const Locale &locale, UBool currency, UErrorCode &status);
43 Win32NumberFormat(const Win32NumberFormat &other);
45 virtual ~Win32NumberFormat();
49 Win32NumberFormat &operator=(const Win32NumberFormat &other);
H A Dwinnmfmt.cpp50 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(Win32NumberFormat)
206 Win32NumberFormat::Win32NumberFormat(const Locale &locale, UBool currency, UErrorCode &status) function in class:Win32NumberFormat
246 Win32NumberFormat::Win32NumberFormat(const Win32NumberFormat &other) function in class:Win32NumberFormat
255 Win32NumberFormat::~Win32NumberFormat()
269 Win32NumberFormat &Win32NumberFormat
[all...]

Completed in 254 milliseconds