HomeSort by relevance Sort by last modified time
    Searched defs:Win32NumberFormat (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
winnmfmt.h 38 class Win32NumberFormat : public NumberFormat
41 Win32NumberFormat(const Locale &locale, UBool currency, UErrorCode &status);
43 Win32NumberFormat(const Win32NumberFormat &other);
45 virtual ~Win32NumberFormat();
49 Win32NumberFormat &operator=(const Win32NumberFormat &other);
winnmfmt.cpp 50 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(Win32NumberFormat)
206 Win32NumberFormat::Win32NumberFormat(const Locale &locale, UBool currency, UErrorCode &status)
246 Win32NumberFormat::Win32NumberFormat(const Win32NumberFormat &other)
255 Win32NumberFormat::~Win32NumberFormat()
269 Win32NumberFormat &Win32NumberFormat::operator=(const Win32NumberFormat &other
    [all...]

Completed in 163 milliseconds