Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_utils.cpp68 int SchemaUtils::MakeTrans(const std::string &oriContent, size_t &pos) in MakeTrans() argument
70 if (isspace(oriContent[pos])) { in MakeTrans()
72 } else if (oriContent.compare(pos, SchemaConstant::KEYWORD_ATTR_NOT_NULL.size(), in MakeTrans()
76 } else if (oriContent.compare(pos, SchemaConstant::KEYWORD_ATTR_DEFAULT.size(), in MakeTrans()
80 } else if (std::isalnum(oriContent[pos]) || oriContent[pos] == '\'' || in MakeTrans()
81 oriContent[pos] == '+' || oriContent[pos] == '-') { in MakeTrans()
83 } else if (oriContent[pos] == ',') { in MakeTrans()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_utils.h62 static int MakeTrans(const std::string &oriContent, size_t &pos);
/ohos5.0/foundation/distributeddatamgr/data_object/samples/distributedNotepad/entry/src/main/js/MainAbility/pages/index/
H A Dindex.js73 oriContent: msg.target.dataSet.content,