OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScientificPrecision
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/i18n/
valueformatter.h
28
class
ScientificPrecision
;
128
const
ScientificPrecision
&precision,
151
const
ScientificPrecision
*fScientificPrecision;
precision.h
236
friend class
ScientificPrecision
;
242
class U_I18N_API
ScientificPrecision
: public UMemory {
247
ScientificPrecision
();
270
UBool equals(const
ScientificPrecision
&rhs) const {
precision.cpp
362
ScientificPrecision
::
ScientificPrecision
() : fMinExponentDigits(1) {
366
ScientificPrecision
::round(DigitList &value, UErrorCode &status) const {
376
ScientificPrecision
::toScientific(DigitList &value) const {
382
ScientificPrecision
::getMultiplier() const {
393
ScientificPrecision
::initVisibleDigitsWithExponent(
415
ScientificPrecision
::initVisibleDigitsWithExponent(
428
ScientificPrecision
::initVisibleDigitsWithExponent(
visibledigits.h
153
friend class
ScientificPrecision
;
valueformatter.cpp
211
const
ScientificPrecision
&precision,
decimfmtimpl.h
408
ScientificPrecision
fEffPrecision;
/external/icu/icu4c/source/test/intltest/
numberformat2test.cpp
1049
ScientificPrecision
precision;
[
all
...]
Completed in 483 milliseconds