Searched refs:StrReplaceAll (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/ |
H A D | rules_engine.cpp | 129 rulesValue = StrReplaceAll(rulesValue, replaceStr, targetStr); in InitRules() 178 rulesValue = StrReplaceAll(rulesValue, replaceStr1, ""); in InitOptRules() 181 rulesValue = StrReplaceAll(rulesValue, replaceStr2, targetStr); in InitOptRules() 213 rulesValue = StrReplaceAll(rulesValue, replaceStr, targetStr); in InitSubRules()
|
/ohos5.0/base/global/i18n/frameworks/intl/include/ |
H A D | utils.h | 40 std::string StrReplaceAll(const std::string& str,
|
/ohos5.0/base/global/i18n/frameworks/intl/src/ |
H A D | i18n_timezone.cpp | 985 tempLocaleStr = StrReplaceAll(tempLocaleStr, "_", "-"); in GetFallBack() 1007 bestMatchLocaleTag = StrReplaceAll(bestMatchLocaleTag, "-", "_"); in GetFallBack() 1053 requestLocaleStr = StrReplaceAll(requestLocaleStr, "_", "-"); in GetLocaleBaseName()
|
H A D | utils.cpp | 148 std::string StrReplaceAll(const std::string& str, in StrReplaceAll() function
|
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/ |
H A D | intl_test_extent.cpp | 537 StrReplaceAll(str, target, replace);
|