Home
last modified time | relevance | path

Searched refs:formated (Results 1 - 2 of 2) sorted by relevance

/base/global/i18n/frameworks/intl/src/
H A Dholiday_manager.cpp105 std::string formated; in Format() local
106 formated += std::to_string(year); in Format()
108 formated += month < 10 ? ("0" + std::to_string(month)) : std::to_string(month); in Format()
110 formated += day < 10 ? ("0" + std::to_string(day)) : std::to_string(day); in Format()
111 return formated; in Format()
/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp951 std::string formated = ""; in HWTEST_F() local
953 formated = formated + c; in HWTEST_F()
954 formated = phoneNumFmt->format(formated); in HWTEST_F()
956 EXPECT_EQ(formated, "186 2235 00"); in HWTEST_F()
966 formated = ""; in HWTEST_F()
969 formated = formated + c; in HWTEST_F()
970 formated in HWTEST_F()
[all...]

Completed in 4 milliseconds