Home
last modified time | relevance | path

Searched refs:oriString (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_schema_database_upgrade_test.cpp42 std::string StringEraser(const std::string &oriString, const std::string &toErase) in StringEraser() argument
44 std::string resStr = oriString; in StringEraser()
49 …std::string StringReplacer(const std::string &oriString, const std::string &toErase, const std::st… in StringReplacer() argument
51 std::string resStr = oriString; in StringReplacer()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp420 void DBCommon::RTrim(std::string &oriString) in RTrim() argument
422 if (oriString.empty()) { in RTrim()
425 oriString.erase(oriString.find_last_not_of(" ") + 1); in RTrim()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_common.h91 static void RTrim(std::string &oriString);