Home
last modified time | relevance | path

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

/base/global/i18n/frameworks/intl/test/unittest/
Dintl_test.cpp923 RelativeTimeFormat *formatter = new RelativeTimeFormat(locales, options); variable
973 RelativeTimeFormat *formatter = new RelativeTimeFormat(locales, options); variable
1014 RelativeTimeFormat *formatter = new RelativeTimeFormat(locales, options); variable
1061 RelativeTimeFormat *formatter = new RelativeTimeFormat(locales, options); variable
1110 RelativeTimeFormat *formatter = new RelativeTimeFormat(locales, options); variable
1144 NumberFormat *formatter = new NumberFormat(locales, options); variable
1184 NumberFormat *formatter = new NumberFormat(locales, options); variable
1239 NumberFormat *formatter = new NumberFormat(locales, options); variable
1295 NumberFormat *formatter = new NumberFormat(locales, options); variable
1343 NumberFormat *formatter = new NumberFormat(locales, options); variable
[all …]
Di18n_test.cpp521 …std::unique_ptr<PhoneNumberFormat> formatter = PhoneNumberFormat::CreateInstance(countryTag, optio… variable
/base/global/i18n/frameworks/intl/test/fuzztest/phonenumberformat_fuzzer/
Dphonenumberformat_fuzzer.cpp31 PhoneNumberFormat formatter(input, options); in DoSomethingInterestingWithMyAPI() local
/base/global/i18n/frameworks/intl/test/fuzztest/numberformat_fuzzer/
Dnumberformat_fuzzer.cpp32 NumberFormat formatter(localeTags, options); in DoSomethingInterestingWithMyAPI() local
/base/global/i18n/frameworks/intl/test/fuzztest/relativetimeformat_fuzzer/
Drelativetimeformat_fuzzer.cpp32 RelativeTimeFormat formatter(localeTags, options); in DoSomethingInterestingWithMyAPI() local
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
DFetcher.java371 DateFormat formatter = null; in getFMSPattern() local
543 NumberFormat formatter = NumberFormat.getNumberInstance(locale); in getMinusSign() local
/base/global/i18n_lite/frameworks/i18n/test/unittest/lite/common/
Di18n_test.cpp196 DateTimeFormat *formatter = new DateTimeFormat(pattern, locale); variable
/base/global/i18n/interfaces/js/kits/src/
Di18n_addon.cpp326 icu::SimpleDateFormat* formatter = dynamic_cast<icu::SimpleDateFormat*> in GetDateOrder() local