OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fUseExponentialNotation
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/i18n/
decimalformatpattern.h
48
UBool
fUseExponentialNotation
;
decimalformatpattern.cpp
67
fUseExponentialNotation
(FALSE),
543
out.
fUseExponentialNotation
= (expDigits >= 0);
544
if (out.
fUseExponentialNotation
) {
562
out.fMaximumIntegerDigits = out.
fUseExponentialNotation
616
out.
fUseExponentialNotation
= FALSE;
decimfmtimpl.cpp
839
fUseScientific = out.
fUseExponentialNotation
;
[
all
...]
Completed in 36 milliseconds