Home
last modified time | relevance | path

Searched refs:oneChar (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dcheck_common.cpp89 for (auto oneChar : singleFilterPath[j]) { in CheckSingleFilterPath() local
90 if (!((isalpha(oneChar)) || (isdigit(oneChar)) || (oneChar == '_'))) { in CheckSingleFilterPath()
181 for (auto oneChar : fieldName) { in CheckSingleUpdataDocPath() local
182 if (!((isalpha(oneChar)) || (isdigit(oneChar)) || (oneChar == '_'))) { in CheckSingleUpdataDocPath()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Drd_json_object.cpp221 for (auto oneChar : fieldName) { in IsFieldNameLegal() local
222 if (!((isalpha(oneChar)) || (isdigit(oneChar)) || (oneChar == '_'))) { in IsFieldNameLegal()