Searched refs:isLower (Results 1 – 6 of 6) sorted by relevance
148 bool isLower (char c) in isLower() function201 DE_TEST_ASSERT(isLower('a')); in StringUtil_selfTest()202 DE_TEST_ASSERT(!isLower('A')); in StringUtil_selfTest()
55 bool isLower (char c);
133 inline void isLower(UChar32 ch) in isLower() function
143 return new CharPerfFunction(isLower, MIN_, MAX_); in TestIsLower()
167 …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
1338 if isLower(op.Name[0]) {