Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/common_lib/impl/src/
H A Dstring_util.c97 int32_t ToUpperCase(const char *oriStr, char **desStr) in ToUpperCase() function
/ohos5.0/foundation/communication/dsoftbus/core/common/utils/
H A Dsoftbus_utils.c408 static char ToUpperCase(char ch) in ToUpperCase() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp472 std::string DBCommon::ToUpperCase(const std::string &str) in ToUpperCase() function in DistributedDB::DBCommon