Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_formatter.h54 class NumberFormatter : public BlackListCharsFormatter {
56 NumberFormatter();
57 ~NumberFormatter() override = default;
H A Dtext_input_formatter.cpp32 NumberFormatter::NumberFormatter() : BlackListCharsFormatter(std::wregex(L"[^\\d.\\-e]+")) {} in NumberFormatter() function in OHOS::Ace::NumberFormatter
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dplural_rules.cpp138 …numberFormatter = icu::number::NumberFormatter::withLocale(locale).roundingMode(UNUM_ROUND_HALFUP); in InitNumberFormatter()
H A Dnumber_format.cpp110 numberFormat = icu::number::NumberFormatter::withLocale(locale); in NumberFormat()
127 numberFormat = icu::number::NumberFormatter::withLocale(locale); in NumberFormat()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dstring_utils.cpp222 …icu::number::LocalizedNumberFormatter numberFormat = icu::number::NumberFormatter::withLocale(loca… in LocalizeNumber()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/ime/
H A Dime_test.cpp810 NumberFormatter numberFormatter;
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/i18n/
H A Dlocalization.cpp729 …icu::number::LocalizedNumberFormatter formatter = icu::number::NumberFormatter::withLocale(locale_… in NumberFormat()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp1458 textInputFormatters_.emplace_back(std::make_unique<NumberFormatter>()); in UpdateFormatters()