OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fExponent
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/i18n/
visibledigits.h
36
VisibleDigits() :
fExponent
(0), fFlags(0), fAbsIntValue(0), fAbsIntValueSet(FALSE), fAbsDoubleValue(0.0), fAbsDoubleValueSet(FALSE) { }
82
* example,
fExponent
= 2 and fDigits = {7, 8, 5} represents 58700.
84
int32_t
fExponent
;
135
return fHasExponent ? &
fExponent
: NULL;
139
fExponent
.clear();
150
VisibleDigits
fExponent
;
digitformatter.h
97
fExponent
.equals(rhs.
fExponent
));
108
DigitFormatterIntOptions
fExponent
;
226
UnicodeString
fExponent
;
decimalformatpattern.h
95
UnicodeString
fExponent
;
Completed in 125 milliseconds