Home
last modified time | relevance | path

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

/base/global/i18n_lite/frameworks/i18n/src/
H A Dnumber_format.cpp101 bool NumberFormat::SetMinDecimalLength(int length) in SetMinDecimalLength() function in NumberFormat
106 return impl->SetMinDecimalLength(length); in SetMinDecimalLength()
H A Dnumber_format_impl.cpp397 defaultData->SetMinDecimalLength(adjustValue); in SetMaxDecimalLength()
405 bool NumberFormatImpl::SetMinDecimalLength(int length) in SetMinDecimalLength() function in NumberFormatImpl
416 defaultData->SetMinDecimalLength(adjustValue); in SetMinDecimalLength()
H A Dnumber_data.cpp226 void NumberData::SetMinDecimalLength(int length) in SetMinDecimalLength() function in NumberData
/base/global/i18n_lite/interfaces/kits/i18n/include/
H A Dnumber_format.h163 bool SetMinDecimalLength(int length);
/base/global/i18n_lite/frameworks/i18n/include/
H A Dnumber_data.h70 void SetMinDecimalLength(int length);
H A Dnumber_format_impl.h37 bool SetMinDecimalLength(int length);
/base/global/i18n_lite/frameworks/i18n/test/unittest/lite/common/
H A Di18n_test.cpp473 * @tc.desc: Test numberFormat format SetMinDecimalLength;
485 formatter.SetMinDecimalLength(3); in HWTEST_F()

Completed in 6 milliseconds