Home
last modified time | relevance | path

Searched defs:formatter (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test.cpp1002 RelativeTimeFormat *formatter = new RelativeTimeFormat(locales, options); variable
1052 RelativeTimeFormat *formatter = new RelativeTimeFormat(locales, options); variable
1229 NumberFormat *formatter = new NumberFormat(locales, options); variable
1274 NumberFormat *formatter = new NumberFormat(locales, options); variable
1329 NumberFormat *formatter = new NumberFormat(locales, options); variable
1385 NumberFormat *formatter = new NumberFormat(locales, options); variable
1433 NumberFormat *formatter = new NumberFormat(locales, options); variable
1479 NumberFormat *formatter = new NumberFormat(locales, options); variable
1507 DateTimeFormat *formatter = new DateTimeFormat(locales, options); variable
1549 DateTimeFormat *formatter = new DateTimeFormat(locales, options); variable
[all …]
H A Di18n_test.cpp537 …std::unique_ptr<PhoneNumberFormat> formatter = PhoneNumberFormat::CreateInstance(countryTag, optio… variable
H A Dintl_test_extent.cpp658 RelativeTimeFormat *formatter = new RelativeTimeFormat(locales, options); variable
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/phonenumberformat_fuzzer/
H A Dphonenumberformat_fuzzer.cpp33 PhoneNumberFormat formatter(input, options); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/numberformat_fuzzer/
H A Dnumberformat_fuzzer.cpp35 NumberFormat formatter(localeTags, options); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dphone_number_format.h58 std::unique_ptr<AsYouTypeFormatter> formatter = nullptr; variable
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/relativetimeformat_fuzzer/
H A Drelativetimeformat_fuzzer.cpp36 RelativeTimeFormat formatter(localeTags, options); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/i18n/
H A Ddate_time_sequence.cpp49 icu::SimpleDateFormat* formatter = static_cast<icu::SimpleDateFormat*> in GetDateOrder() local
91 icu::SimpleDateFormat* formatter = static_cast<icu::SimpleDateFormat*> in GetDateTimeOrder() local
H A Dlocalization.cpp729 …icu::number::LocalizedNumberFormatter formatter = icu::number::NumberFormatter::withLocale(locale_… in NumberFormat() local
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dtext_adapter.h252 void SetTextFormatter(TextFormatter* formatter) in SetTextFormatter()
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H A Ddate_time_sequence.cpp54 icu::SimpleDateFormat* formatter = dynamic_cast<icu::SimpleDateFormat*> in GetDateOrder() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_picker.cpp470 void UIPicker::SetTextFormatter(TextFormatter* formatter) in SetTextFormatter()
/ohos5.0/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DFetcher.java380 DateFormat formatter = null; in getFMSPattern() local
552 NumberFormat formatter = NumberFormat.getNumberInstance(locale); in getMinusSign() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Ddate_time_format_module.cpp175 DateTimeFormatModule *formatter = nullptr; in Format() local
466 DateTimeFormatModule *formatter = reinterpret_cast<DateTimeFormatModule *>(pointer); in DeleteDateFormat() local
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dnormalizer.rs257 let mut formatter = RequestFormatter::new(&mut request); in ut_request_format() localVariable
/ohos5.0/base/telephony/call_manager/utils/src/
H A Dcall_number_utils.cpp128 …std::unique_ptr<i18n::phonenumbers::AsYouTypeFormatter> formatter(phoneUtils->GetAsYouTypeFormatte… in FormatPhoneNumberAsYouType() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Drdb_delegate.cpp330 ResultSetJsonFormatter formatter(std::move(resultSet)); in Query() local
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dprocess_dumper.cpp322 DfxStackInfoFormatter formatter(process_, request); in Dump() local
/ohos5.0/base/global/i18n_lite/frameworks/i18n/test/unittest/lite/common/
H A Di18n_test.cpp196 DateTimeFormat *formatter = new DateTimeFormat(pattern, locale); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp1479 for (const auto& formatter : textInputFormatters_) { in UpdateFormatters() local
/ohos5.0/base/global/i18n/interfaces/js/kits/src/
H A Di18n_addon.cpp234 icu::SimpleDateFormat* formatter = dynamic_cast<icu::SimpleDateFormat*> in GetTimePeriodName() local