OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DecimalFormatImpl
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/i18n/
decimfmtimpl.cpp
45
DecimalFormatImpl
::
DecimalFormatImpl
(
71
DecimalFormatImpl
::
DecimalFormatImpl
(
88
DecimalFormatImpl
::
DecimalFormatImpl
(
89
NumberFormat *super, const
DecimalFormatImpl
&other, UErrorCode &status) :
127
DecimalFormatImpl
&
128
DecimalFormatImpl
::assign(const
DecimalFormatImpl
&other, UErrorCode &status)
[
all
...]
decimfmtimpl.h
35
*
DecimalFormatImpl
is the glue code between the legacy DecimalFormat class
43
* getPadCharacterString() method,
DecimalFormatImpl
has a getPadCharacter()
48
* delegate to the DecimalFormat's
DecimalFormatImpl
method.
52
* instance. This way each
DecimalFormatImpl
instance can read or even modify
64
* independent attributes.
DecimalFormatImpl
often uses the derived
96
* For copy and assign,
DecimalFormatImpl
copies and assigns every attribute
154
class
DecimalFormatImpl
: public UObject {
157
DecimalFormatImpl
(
162
DecimalFormatImpl
(
168
DecimalFormatImpl
(
[
all
...]
decimfmt.cpp
404
fImpl = new
DecimalFormatImpl
(this, *pattern, adoptedSymbols.getAlias(), parseErr, status);
612
fImpl = new
DecimalFormatImpl
(this, *rhs.fImpl, status);
[
all
...]
/external/icu/icu4c/source/i18n/unicode/
currpinf.h
194
friend class
DecimalFormatImpl
;
decimfmt.h
64
class
DecimalFormatImpl
;
[
all
...]
Completed in 155 milliseconds