Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_utils.cpp29 bool IsLegalFieldCharacter(char character) in IsLegalFieldCharacter() function
442 if (!(IsLegalFieldCharacter(iter))) { in CheckFieldName()