Home
last modified time | relevance | path

Searched refs:C_isalpha (Results 1 – 17 of 17) sorted by relevance

/dports/databases/xapian-core/xapian-core-1.4.18/tests/
H A Dinternaltest.cc386 TEST(!C_isalpha(ch)); in test_chartype1()
405 TEST(C_isalpha(ch)); in test_chartype1()
424 TEST(C_isalpha(ch)); in test_chartype1()
442 TEST(C_isalpha(ch)); in test_chartype1()
461 TEST(C_isalpha(ch)); in test_chartype1()
480 TEST(!C_isalpha(ch)); in test_chartype1()
499 TEST(!C_isalpha(ch)); in test_chartype1()
517 TEST(!C_isalpha(ch)); in test_chartype1()
535 TEST(!C_isalpha(ch)); in test_chartype1()
/dports/databases/xapian-core/xapian-core-1.4.18/common/
H A Dstringutils.h155 inline bool C_isalpha(char ch) { in C_isalpha() function
174 inline bool C_isnotalpha(char ch) { return !C_isalpha(ch); } in C_isnotalpha()
/dports/www/xapian-omega/xapian-omega-1.4.18/common/
H A Dstringutils.h155 inline bool C_isalpha(char ch) { in C_isalpha() function
174 inline bool C_isnotalpha(char ch) { return !C_isalpha(ch); } in C_isnotalpha()
/dports/databases/xapian-core12/xapian-core-1.2.25/common/
H A Dstringutils.h162 inline bool C_isalpha(char ch) { in C_isalpha() function
191 inline bool C_isnotalpha(char ch) { return !C_isalpha(ch); } in C_isnotalpha()
/dports/www/xapian-omega12/xapian-omega-1.2.25/common/
H A Dstringutils.h162 inline bool C_isalpha(char ch) { in C_isalpha() function
191 inline bool C_isnotalpha(char ch) { return !C_isalpha(ch); } in C_isnotalpha()
/dports/www/xapian-omega12/xapian-omega-1.2.25/
H A Dhtmlparse.cc194 if ((!in_script && C_isalpha(ch)) || ch == '/' || ch == '!') break; in parse_html()
H A Dscriptindex.cc78 return !C_isalpha(c); in p_notalpha()
/dports/www/xapian-omega/xapian-omega-1.4.18/
H A Dhtmlparse.cc202 if ((!in_script && C_isalpha(ch)) || ch == '/' || ch == '!') break; in parse()
/dports/databases/xapian-core12/xapian-core-1.2.25/queryparser/
H A Dqueryparser_internal.cc70 return (ch < 128 && C_isalpha((unsigned char)ch)); in U_isalpha()
H A Dqueryparser.lemony61 return (ch < 128 && C_isalpha((unsigned char)ch));
/dports/databases/xapian-core/xapian-core-1.4.18/queryparser/
H A Dqueryparser_internal.cc96 return ch < 128 && C_isalpha(static_cast<unsigned char>(ch)); in U_isalpha()
H A Dqueryparser.lemony67 return ch < 128 && C_isalpha(static_cast<unsigned char>(ch));
/dports/lang/chicken5/chicken-5.3.0/
H A Dchicken.h958 # define C_isalpha isalpha macro
1350 #define C_u_i_char_alphabeticp(x) C_mk_bool(C_character_code(x) < 0x100 && C_isalpha(C_charac…
/dports/databases/xapian-core12/xapian-core-1.2.25/
H A DNEWS7205 * Provide our own C_isalpha(), etc replacements for isalpha(), etc
H A DChangeLog28741 Provide our own C_isalpha(), etc replacements for isalpha(), etc
/dports/databases/xapian-core/xapian-core-1.4.18/
H A DNEWS10660 * Provide our own C_isalpha(), etc replacements for isalpha(), etc
H A DChangeLog32322 Provide our own C_isalpha(), etc replacements for isalpha(), etc