Searched refs:ToUpperCase (Results 1 – 4 of 4) sorted by relevance
94 int32_t ToUpperCase(const char *oriStr, char **desStr);
153 if (ToUpperCase(peerUserIdInDb, &peerUidToUpper) != HC_SUCCESS) { in IsUserIdEqual()
239 int32_t ToUpperCase(const char *oriStr, char **desStr) in ToUpperCase() function
1150 return ToUpperCase(oriUserId, userId); in GetUserIdFromJson()1164 return ToUpperCase(oriUserId, sharedUserId); in GetSharedUserIdFromJson()