Home
last modified time | relevance | path

Searched refs:formatter2 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Di18n_test.cpp546 …std::unique_ptr<PhoneNumberFormat> formatter2 = std::make_unique<PhoneNumberFormatMock>("CN", opti… variable
547 std::string blocklCity = formatter2->getLocationName("13731630016", "zh-CN");
549 std::string replaceCity = formatter2->getLocationName("13731930016", "zh-CN");
552 std::string formattedNumber = formatter2->format(number192);
H A Dintl_test.cpp1237 NumberFormat *formatter2 = new NumberFormat(locales, options); variable
1238 string res2 = formatter2->Format(123);
1241 delete formatter2;