Home
last modified time | relevance | path

Searched refs:SetMaxDecimalLength (Results 1 - 7 of 7) sorted by relevance

/base/global/i18n_lite/frameworks/i18n/src/
H A Dnumber_format.cpp93 bool NumberFormat::SetMaxDecimalLength(int length) in SetMaxDecimalLength() function in NumberFormat
98 return impl->SetMaxDecimalLength(length); in SetMaxDecimalLength()
H A Dnumber_format_impl.cpp389 bool NumberFormatImpl::SetMaxDecimalLength(int length) in SetMaxDecimalLength() function in NumberFormatImpl
400 defaultData->SetMaxDecimalLength(length); in SetMaxDecimalLength()
413 defaultData->SetMaxDecimalLength(maxDecimalLength); in SetMinDecimalLength()
H A Dnumber_data.cpp277 void NumberData::SetMaxDecimalLength(int length) in SetMaxDecimalLength() function in NumberData
/base/global/i18n_lite/interfaces/kits/i18n/include/
H A Dnumber_format.h152 bool SetMaxDecimalLength(int length);
/base/global/i18n_lite/frameworks/i18n/include/
H A Dnumber_data.h71 void SetMaxDecimalLength(int length);
H A Dnumber_format_impl.h36 bool SetMaxDecimalLength(int length);
/base/global/i18n_lite/frameworks/i18n/test/unittest/lite/common/
H A Di18n_test.cpp450 * @tc.desc: Test numberFormat format SetMaxDecimalLength;
462 formatter.SetMaxDecimalLength(1); in HWTEST_F()

Completed in 5 milliseconds