Home
last modified time | relevance | path

Searched refs:ReplacePlaceholderWithParams (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dstring_utils_test.cpp120 bool ret = ReplacePlaceholderWithParams(inputValue, rc, jsParams);
137 bool ret = ReplacePlaceholderWithParams(inputValue, rc, jsParams);
154 bool ret = ReplacePlaceholderWithParams(inputValue, rc, jsParams);
160 ret = ReplacePlaceholderWithParams(inputValue, rc, jsParams);
178 bool ret = ReplacePlaceholderWithParams(inputValue, rc, jsParams);
198 bool ret = ReplacePlaceholderWithParams(inputValue, rc, jsParams);
218 bool ret = ReplacePlaceholderWithParams(inputValue, rc, jsParams);
238 bool ret = ReplacePlaceholderWithParams(inputValue, rc, jsParams);
257 bool ret = ReplacePlaceholderWithParams(inputValue, rc, jsParams);
276 bool ret = ReplacePlaceholderWithParams(inputValue, rc, jsParams);
[all …]
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/utils/
H A Dstring_utils.h36 bool ReplacePlaceholderWithParams(std::string &inputOutputValue, const ResConfigImpl &resConfig,
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dresource_manager_impl.cpp161 if (!ReplacePlaceholderWithParams(outValue, resConfig, jsParams)) { in GetStringFormatById()
179 if (!ReplacePlaceholderWithParams(outValue, resConfig, jsParams)) { in GetStringFormatByName()
1552 if (!ReplacePlaceholderWithParams(outValue, resConfig, jsParams)) { in GetStringFormatById()
1567 if (!ReplacePlaceholderWithParams(outValue, resConfig, jsParams)) { in GetStringFormatByName()
1593 if (!ReplacePlaceholderWithParams(outValue, resConfig, jsParams)) { in GetFormatPluralStringById()
1620 if (!ReplacePlaceholderWithParams(outValue, resConfig, jsParams)) { in GetFormatPluralStringByName()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dstring_utils.cpp307 bool ReplacePlaceholderWithParams(std::string &inputOutputValue, const ResConfigImpl &resConfig, in ReplacePlaceholderWithParams() function