Home
last modified time | relevance | path

Searched refs:C_isnotlower (Results 1 – 5 of 5) sorted by relevance

/dports/databases/xapian-core/xapian-core-1.4.18/tests/
H A Dinternaltest.cc392 TEST(C_isnotlower(ch)); in test_chartype1()
411 TEST(C_isnotlower(ch)); in test_chartype1()
430 TEST(C_isnotlower(ch)); in test_chartype1()
448 TEST(!C_isnotlower(ch)); in test_chartype1()
467 TEST(!C_isnotlower(ch)); in test_chartype1()
486 TEST(C_isnotlower(ch)); in test_chartype1()
505 TEST(C_isnotlower(ch)); in test_chartype1()
523 TEST(C_isnotlower(ch)); in test_chartype1()
541 TEST(C_isnotlower(ch)); in test_chartype1()
/dports/databases/xapian-core/xapian-core-1.4.18/common/
H A Dstringutils.h173 inline bool C_isnotlower(char ch) { return !C_islower(ch); } in C_isnotlower() function
/dports/www/xapian-omega/xapian-omega-1.4.18/common/
H A Dstringutils.h173 inline bool C_isnotlower(char ch) { return !C_islower(ch); } in C_isnotlower() function
/dports/databases/xapian-core12/xapian-core-1.2.25/common/
H A Dstringutils.h190 inline bool C_isnotlower(char ch) { return !C_islower(ch); } in C_isnotlower() function
/dports/www/xapian-omega12/xapian-omega-1.2.25/common/
H A Dstringutils.h190 inline bool C_isnotlower(char ch) { return !C_islower(ch); } in C_isnotlower() function