/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/ |
H A D | intl_test.cpp | 1002 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 D | i18n_test.cpp | 537 …std::unique_ptr<PhoneNumberFormat> formatter = PhoneNumberFormat::CreateInstance(countryTag, optio… variable
|
H A D | intl_test_extent.cpp | 658 RelativeTimeFormat *formatter = new RelativeTimeFormat(locales, options); variable
|
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/phonenumberformat_fuzzer/ |
H A D | phonenumberformat_fuzzer.cpp | 33 PhoneNumberFormat formatter(input, options); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/numberformat_fuzzer/ |
H A D | numberformat_fuzzer.cpp | 35 NumberFormat formatter(localeTags, options); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/base/global/i18n/frameworks/intl/include/ |
H A D | phone_number_format.h | 58 std::unique_ptr<AsYouTypeFormatter> formatter = nullptr; variable
|
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/relativetimeformat_fuzzer/ |
H A D | relativetimeformat_fuzzer.cpp | 36 RelativeTimeFormat formatter(localeTags, options); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/i18n/ |
H A D | date_time_sequence.cpp | 49 icu::SimpleDateFormat* formatter = static_cast<icu::SimpleDateFormat*> in GetDateOrder() local 91 icu::SimpleDateFormat* formatter = static_cast<icu::SimpleDateFormat*> in GetDateTimeOrder() local
|
H A D | localization.cpp | 729 …icu::number::LocalizedNumberFormatter formatter = icu::number::NumberFormatter::withLocale(locale_… in NumberFormat() local
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | text_adapter.h | 252 void SetTextFormatter(TextFormatter* formatter) in SetTextFormatter()
|
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/ |
H A D | date_time_sequence.cpp | 54 icu::SimpleDateFormat* formatter = dynamic_cast<icu::SimpleDateFormat*> in GetDateOrder() local
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_picker.cpp | 470 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 D | Fetcher.java | 380 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 D | date_time_format_module.cpp | 175 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 D | normalizer.rs | 257 let mut formatter = RequestFormatter::new(&mut request); in ut_request_format() localVariable
|
/ohos5.0/base/telephony/call_manager/utils/src/ |
H A D | call_number_utils.cpp | 128 …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 D | rdb_delegate.cpp | 330 ResultSetJsonFormatter formatter(std::move(resultSet)); in Query() local
|
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | process_dumper.cpp | 322 DfxStackInfoFormatter formatter(process_, request); in Dump() local
|
/ohos5.0/base/global/i18n_lite/frameworks/i18n/test/unittest/lite/common/ |
H A D | i18n_test.cpp | 196 DateTimeFormat *formatter = new DateTimeFormat(pattern, locale); variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | render_text_field.cpp | 1479 for (const auto& formatter : textInputFormatters_) { in UpdateFormatters() local
|
/ohos5.0/base/global/i18n/interfaces/js/kits/src/ |
H A D | i18n_addon.cpp | 234 icu::SimpleDateFormat* formatter = dynamic_cast<icu::SimpleDateFormat*> in GetTimePeriodName() local
|