OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Win32NumberFormat
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
winnmfmt.h
36
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);
winnmfmt.cpp
46
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
Win32NumberFormat
)
139
Win32NumberFormat
::
Win32NumberFormat
(const Locale &locale, UBool currency, UErrorCode &status)
155
Win32NumberFormat
::
Win32NumberFormat
(const
Win32NumberFormat
&other)
164
Win32NumberFormat
::~
Win32NumberFormat
()
177
Win32NumberFormat
&
Win32NumberFormat
::operator=(const Win32NumberFormat &other
[
all
...]
/external/icu4c/i18n/
winnmfmt.h
36
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);
winnmfmt.cpp
46
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
Win32NumberFormat
)
139
Win32NumberFormat
::
Win32NumberFormat
(const Locale &locale, UBool currency, UErrorCode &status)
155
Win32NumberFormat
::
Win32NumberFormat
(const
Win32NumberFormat
&other)
164
Win32NumberFormat
::~
Win32NumberFormat
()
177
Win32NumberFormat
&
Win32NumberFormat
::operator=(const Win32NumberFormat &other
[
all
...]
Completed in 92 milliseconds