OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FixedPrecision
(Results
1 - 10
of
10
) sorted by null
/external/icu/icu4c/source/i18n/
valueformatter.h
25
class
FixedPrecision
;
120
const
FixedPrecision
&precision,
146
const
FixedPrecision
*fFixedPrecision;
precision.cpp
24
FixedPrecision
::
FixedPrecision
()
31
FixedPrecision
::isRoundingRequired(
47
FixedPrecision
::round(
87
FixedPrecision
::getIntervalForZero(DigitInterval &interval) const {
97
FixedPrecision
::getInterval(
109
FixedPrecision
::getInterval(
129
FixedPrecision
::isFastFormattable() const {
134
FixedPrecision
::handleNonNumeric(DigitList &value, VisibleDigits &digits) {
150
FixedPrecision
::initVisibleDigits
[
all
...]
precision.h
34
class U_I18N_API
FixedPrecision
: public UMemory {
78
FixedPrecision
();
83
UBool equals(const
FixedPrecision
&rhs) const {
244
FixedPrecision
fMantissa;
visibledigits.h
29
* Once initialized using a
FixedPrecision
instance, VisibleDigits instances
32
* depending on settings of the
FixedPrecision
instance used to initialize it.
123
friend class
FixedPrecision
;
154
friend class
FixedPrecision
;
affixpatternparser.h
26
class
FixedPrecision
;
95
FixedPrecision
&precision, UErrorCode &status);
valueformatter.cpp
74
const
FixedPrecision
&precision) {
199
const
FixedPrecision
&precision,
decimfmtimpl.cpp
961
FixedPrecision
*result = &fEffPrecision.fMantissa;
981
FixedPrecision
*result = &fEffPrecision.fMantissa;
[
all
...]
affixpatternparser.cpp
128
FixedPrecision
&precision, UErrorCode &status) {
plurfmt.cpp
264
FixedPrecision
fp;
/external/icu/icu4c/source/test/intltest/
numberformat2test.cpp
804
FixedPrecision
precision;
834
FixedPrecision
precision;
871
FixedPrecision
precision;
933
FixedPrecision
precision;
986
FixedPrecision
precision;
1021
FixedPrecision
precision;
[
all
...]
Completed in 569 milliseconds