OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFastFormattable
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/i18n/
valueformatter.cpp
84
ValueFormatter::
isFastFormattable
(int32_t value) const {
94
return fFixedPrecision->
isFastFormattable
() && fFixedOptions->
isFastFormattable
() && isNoGrouping(*fGrouping, value, *fFixedPrecision);
valueformatter.h
65
UBool
isFastFormattable
(int32_t value) const;
100
*
isFastFormattable
indicates that the value cannot be fast formatted
precision.h
119
UBool
isFastFormattable
() const;
digitaffixesandpadding.cpp
45
if (optPluralRules != NULL || fWidth > 0 || !formatter.
isFastFormattable
(value)) {
digitformatter.h
56
UBool
isFastFormattable
() const {
precision.cpp
131
FixedPrecision::
isFastFormattable
() const {
/external/icu/icu4c/source/test/intltest/
numberformat2test.cpp
[
all
...]
Completed in 4382 milliseconds