Home
last modified time | relevance | path

Searched refs:SetMaxDecimalLength (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/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
/ohos5.0/base/global/i18n_lite/interfaces/kits/i18n/include/
H A Dnumber_format.h152 bool SetMaxDecimalLength(int length);
/ohos5.0/base/global/i18n_lite/frameworks/i18n/include/
H A Dnumber_format_impl.h36 bool SetMaxDecimalLength(int length);
H A Dnumber_data.h71 void SetMaxDecimalLength(int length);
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dnumber_format_module.cpp212 formatter_->SetMaxDecimalLength(number); in SetMaximumFractionDigits()
/ohos5.0/base/global/i18n_lite/frameworks/i18n/test/unittest/lite/common/
H A Di18n_test.cpp462 formatter.SetMaxDecimalLength(1);