Searched refs:IsUpper (Results 1 – 6 of 6) sorted by relevance
91 # define IsUpper(c) (c>=0xC0 ? c<=0xDE && c!=0xD7 : c>=0x41 && c<=0x5A) macro92 # define ToLower(c) (IsUpper((uch) c) ? (unsigned) c | 0x20 : (unsigned) c)
65 if (BUnicodeChar::IsUpper(unicodeChar)) in hd_str_count_upper_case()
156 CPPUNIT_ASSERT_EQUAL(result.isUpper, BUnicodeChar::IsUpper(i)); in _TestChar()
61 BUnicodeChar::IsUpper(uint32 c) in IsUpper() function in BUnicodeChar
333 static bool IsUpper(uint32 c);
92 \fn static bool BUnicodeChar::IsUpper(uint32 c)