Home
last modified time | relevance | path

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 Drules_engine.cpp129 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 Dutils.h40 std::string StrReplaceAll(const std::string& str,
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Di18n_timezone.cpp985 tempLocaleStr = StrReplaceAll(tempLocaleStr, "_", "-"); in GetFallBack()
1007 bestMatchLocaleTag = StrReplaceAll(bestMatchLocaleTag, "-", "_"); in GetFallBack()
1053 requestLocaleStr = StrReplaceAll(requestLocaleStr, "_", "-"); in GetLocaleBaseName()
H A Dutils.cpp148 std::string StrReplaceAll(const std::string& str, in StrReplaceAll() function
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp537 StrReplaceAll(str, target, replace);