Searched refs:IsUpperStr (Results 1 – 4 of 4) sorted by relevance
306 bool result = IsUpperStr(strBase);310 result = IsUpperStr(strBase);314 result = IsUpperStr(strBase);318 result = IsUpperStr(strBase);
156 bool IsUpperStr(const std::string& str);
24 | bool | **IsUpperStr**(const std::string& str)<br>判断字符串中所有字符是否全部为英文大写字母。 |
162 bool IsUpperStr(const string& str) in IsUpperStr() function