Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/test/unittest/common/
Dutils_string_test.cpp306 bool result = IsUpperStr(strBase);
310 result = IsUpperStr(strBase);
314 result = IsUpperStr(strBase);
318 result = IsUpperStr(strBase);
/commonlibrary/c_utils/base/include/
Dstring_ex.h156 bool IsUpperStr(const std::string& str);
/commonlibrary/c_utils/docs/zh-cn/
Dc-utils-guide-string.md24 | bool | **IsUpperStr**(const std::string& str)<br>判断字符串中所有字符是否全部为英文大写字母。 |
/commonlibrary/c_utils/base/src/
Dstring_ex.cpp162 bool IsUpperStr(const string& str) in IsUpperStr() function