Searched defs:formatter (Results 1 – 8 of 8) sorted by relevance
/base/global/i18n/frameworks/intl/test/unittest/ |
D | intl_test.cpp | 923 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 …]
|
D | i18n_test.cpp | 521 …std::unique_ptr<PhoneNumberFormat> formatter = PhoneNumberFormat::CreateInstance(countryTag, optio… variable
|
/base/global/i18n/frameworks/intl/test/fuzztest/phonenumberformat_fuzzer/ |
D | phonenumberformat_fuzzer.cpp | 31 PhoneNumberFormat formatter(input, options); in DoSomethingInterestingWithMyAPI() local
|
/base/global/i18n/frameworks/intl/test/fuzztest/numberformat_fuzzer/ |
D | numberformat_fuzzer.cpp | 32 NumberFormat formatter(localeTags, options); in DoSomethingInterestingWithMyAPI() local
|
/base/global/i18n/frameworks/intl/test/fuzztest/relativetimeformat_fuzzer/ |
D | relativetimeformat_fuzzer.cpp | 32 RelativeTimeFormat formatter(localeTags, options); in DoSomethingInterestingWithMyAPI() local
|
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/ |
D | Fetcher.java | 371 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/ |
D | i18n_test.cpp | 196 DateTimeFormat *formatter = new DateTimeFormat(pattern, locale); variable
|
/base/global/i18n/interfaces/js/kits/src/ |
D | i18n_addon.cpp | 326 icu::SimpleDateFormat* formatter = dynamic_cast<icu::SimpleDateFormat*> in GetDateOrder() local
|