Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/decpp/
DdeStringUtil.cpp148 bool isLower (char c) in isLower() function
201 DE_TEST_ASSERT(isLower('a')); in StringUtil_selfTest()
202 DE_TEST_ASSERT(!isLower('A')); in StringUtil_selfTest()
DdeStringUtil.hpp55 bool isLower (char c);
/external/icu/icu4c/source/test/perf/charperf/
Dcharperf.h133 inline void isLower(UChar32 ch) in isLower() function
Dcharperf.cpp143 return new CharPerfFunction(isLower, MIN_, MAX_); in TestIsLower()
/external/syzkaller/vendor/github.com/ianlancetaylor/demangle/
Ddemangle.go167 …for len(st.str) > 1 && st.str[0] == '.' && (isLower(st.str[1]) || st.str[1] == '_' || isDigit(st.s…
520 if isDigit(c) || isLower(c) || c == 'U' || c == 'L' {
619 } else if isLower(c) {
2137 if len(st.str) > 1 && st.str[0] == '.' && (isLower(st.str[1]) || st.str[1] == '_') {
2139 for len(st.str) > i && (isLower(st.str[i]) || st.str[i] == '_') {
2344 func isLower(c byte) bool { func
Dast.go1338 if isLower(op.Name[0]) {