Searched refs:ReplacePlaceholderWithParams (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
H A D | string_utils_test.cpp | 120 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 D | string_utils.h | 36 bool ReplacePlaceholderWithParams(std::string &inputOutputValue, const ResConfigImpl &resConfig,
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | resource_manager_impl.cpp | 161 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 D | string_utils.cpp | 307 bool ReplacePlaceholderWithParams(std::string &inputOutputValue, const ResConfigImpl &resConfig, in ReplacePlaceholderWithParams() function
|