Home
last modified time | relevance | path

Searched refs:C_isupper (Results 1 – 21 of 21) sorted by relevance

/dports/databases/xapian-core/xapian-core-1.4.18/tests/
H A Dinternaltest.cc384 TEST(!C_isupper(ch)); in test_chartype1()
403 TEST(C_isupper(ch)); in test_chartype1()
422 TEST(C_isupper(ch)); in test_chartype1()
440 TEST(!C_isupper(ch)); in test_chartype1()
459 TEST(!C_isupper(ch)); in test_chartype1()
478 TEST(!C_isupper(ch)); in test_chartype1()
497 TEST(!C_isupper(ch)); in test_chartype1()
515 TEST(!C_isupper(ch)); in test_chartype1()
533 TEST(!C_isupper(ch)); in test_chartype1()
/dports/databases/xapian-core/xapian-core-1.4.18/common/
H A Dstringutils.h145 inline bool C_isupper(char ch) { in C_isupper() function
172 inline bool C_isnotupper(char ch) { return !C_isupper(ch); } in C_isnotupper()
/dports/www/xapian-omega/xapian-omega-1.4.18/common/
H A Dstringutils.h145 inline bool C_isupper(char ch) { in C_isupper() function
172 inline bool C_isnotupper(char ch) { return !C_isupper(ch); } in C_isnotupper()
/dports/databases/xapian-core12/xapian-core-1.2.25/common/
H A Dstringutils.h152 inline bool C_isupper(char ch) { in C_isupper() function
189 inline bool C_isnotupper(char ch) { return !C_isupper(ch); } in C_isnotupper()
/dports/www/xapian-omega12/xapian-omega-1.2.25/common/
H A Dstringutils.h152 inline bool C_isupper(char ch) { in C_isupper() function
189 inline bool C_isnotupper(char ch) { return !C_isupper(ch); } in C_isnotupper()
/dports/www/xapian-omega12/xapian-omega-1.2.25/
H A Dquery.cc187 while (i != term.end() && C_isupper(*i)) ++i; in prefix_from_term()
618 if (*first < 128 && C_isupper(*first)) { in html_highlight()
621 while (++j != s_end && *j == '.' && ++j != s_end && *j < 128 && C_isupper(*j)) { in html_highlight()
2078 if (!C_isupper(term[0])) return term; in pretty_term()
2104 if (C_isupper(term[0])) { in pretty_term()
2329 if (C_isupper(ch)) { in OmegaExpandDecider()
2348 if (C_isupper(ch)) return false; in operator ()()
H A Dscriptindex.cc91 if (!C_isupper(ch)) return false; in prefix_needs_colon()
H A DChangeLog112 query.cc,scriptindex.cc,urldecode.h: Consistently use C_isupper(),
/dports/www/xapian-omega/xapian-omega-1.4.18/
H A Dquery.cc193 while (i != term.end() && C_isupper(*i)) in prefix_from_term()
202 if (C_isupper(term[0])) { in prefix_from_term()
775 if (*first < 128 && C_isupper(*first)) { in html_highlight()
778 while (++j != s_end && *j == '.' && ++j != s_end && *j < 128 && C_isupper(*j)) { in html_highlight()
2566 if (!C_isupper(term[0])) return term; in pretty_term()
2584 if (C_isupper(term[0])) { in pretty_term()
2801 if (C_isupper(ch)) { in OmegaExpandDecider()
2819 if (C_isupper(ch)) return false; in operator ()()
H A Dscriptindex.cc77 if (!C_isupper(ch) && ch != ':') return false; in prefix_needs_colon()
H A DChangeLog257 query.cc,scriptindex.cc,urldecode.h: Consistently use C_isupper(),
/dports/databases/xapian-core12/xapian-core-1.2.25/queryparser/
H A Dtermgenerator_internal.cc42 return (ch < 128 && C_isupper((unsigned char)ch)); in U_isupper()
H A Dqueryparser_internal.cc60 return (ch < 128 && C_isupper((unsigned char)ch)); in U_isupper()
H A Dqueryparser.lemony51 return (ch < 128 && C_isupper((unsigned char)ch));
/dports/databases/xapian-core/xapian-core-1.4.18/queryparser/
H A Dtermgenerator_internal.cc53 return ch < 128 && C_isupper(static_cast<unsigned char>(ch)); in U_isupper()
H A Dqueryparser_internal.cc86 return ch < 128 && C_isupper(static_cast<unsigned char>(ch)); in U_isupper()
H A Dqueryparser.lemony57 return ch < 128 && C_isupper(static_cast<unsigned char>(ch));
/dports/lang/chicken5/chicken-5.3.0/
H A Dchicken.h962 # define C_isupper isupper macro
1353 #define C_u_i_char_upper_casep(x) C_mk_bool(C_character_code(x) < 0x100 && C_isupper(C_charac…
/dports/databases/xapian-core/xapian-core-1.4.18/
H A DNEWS2666 * Add unit test for internal C_isupper(), etc functions.
H A DChangeLog19726 tests/harness/unixcmds.cc: Move C_isupper(), C_toupper(), etc from
/dports/databases/xapian-core12/xapian-core-1.2.25/
H A DChangeLog16145 tests/harness/unixcmds.cc: Move C_isupper(), C_toupper(), etc from