Home
last modified time | relevance | path

Searched defs:replaceStr (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H A Drules_engine.cpp127 std::string replaceStr = "[" + valueStr + "]"; in InitRules() local
211 std::string replaceStr; in InitSubRules() local
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dstring_utils.cpp246 …::string &placeHolderType, int32_t precision, const ResConfigImpl &config, std::string &replaceStr) in GetReplaceStr()
344 std::string replaceStr; in ReplacePlaceholderWithParams() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_schema_test.cpp1047 bool PutAfterReplace(string &operateStr, const string findStr, const vector<string> replaceStr, in PutAfterReplace()
1299 vector<string> replaceStr = {""}; variable