Home
last modified time | relevance | path

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

/dports/www/xapian-omega/xapian-omega-1.4.18/
H A Dweight.cc91 if (C_isspace(*p)) { in set_weighting_scheme()
121 if (C_isspace(*p)) { in set_weighting_scheme()
138 if (C_isspace(*p)) { in set_weighting_scheme()
150 if (C_isspace(*p)) { in set_weighting_scheme()
167 if (C_isspace(*p)) { in set_weighting_scheme()
184 if (C_isspace(*p)) { in set_weighting_scheme()
201 if (C_isspace(*p)) { in set_weighting_scheme()
218 if (C_isspace(*p)) { in set_weighting_scheme()
229 if (C_isspace(*p)) { in set_weighting_scheme()
246 if (C_isspace(*p)) { in set_weighting_scheme()
[all …]
H A Dconfigfile.cc74 while (C_isspace(*p)) ++p; in try_read_config_file()
78 while (*q && !C_isspace(*q)) ++q; in try_read_config_file()
82 while (C_isspace(*p)) ++p; in try_read_config_file()
84 while (*q && !C_isspace(*q)) ++q; in try_read_config_file()
87 while (*q && C_isspace(*q)) ++q; in try_read_config_file()
H A Dhtmlparse.cc65 return C_isspace(c) || c == '>'; in p_whitespacegt()
71 return C_isspace(c) || c == '=' || c == '>'; in p_whitespaceeqgt()
326 C_isspace(start[6])) { in parse()
329 while (start != body.end() && C_isspace(*start)) { in parse()
338 (start[4] == '>' || C_isspace(start[4]))) { in parse()
342 while (start != body.end() && C_isspace(*start)) { in parse()
359 C_isspace(start[6])) { in parse()
361 while (start != body.end() && C_isspace(*start)) { in parse()
H A Dexpand.cc74 if (C_isspace(*p)) { in set_expansion_scheme()
92 if (C_isspace(*p)) { in set_expansion_scheme()
H A Dscriptindex.cc202 i = find_if(s.begin(), s.end(), [](char ch) { return !C_isspace(ch); }); in parse_index_script()
216 i = find_if(j, s.end(), [](char ch) { return !C_isspace(ch); }); in parse_index_script()
220 i = find_if(i, s.end(), [](char ch) { return !C_isspace(ch); }); in parse_index_script()
352 i = find_if(i, s.end(), [](char ch) { return !C_isspace(ch); }); in parse_index_script()
371 j = find_if(i, s.end(), [](char ch) { return !C_isspace(ch); }); in parse_index_script()
448 if (i == s.end() || C_isspace(*i)) break; in parse_index_script()
461 return C_isspace(ch) || ch == ','; in parse_index_script()
469 [](char ch) { return C_isspace(ch); }); in parse_index_script()
643 i = find_if(i, s.end(), [](char ch) { return !C_isspace(ch); }); in parse_index_script()
H A Domega.cc580 while (C_isspace(*p) || *p == ',') ++p; in main()
/dports/www/xapian-omega12/xapian-omega-1.2.25/
H A Dconfigfile.cc71 while (C_isspace(*p)) ++p; in try_read_config_file()
75 while (*q && !C_isspace(*q)) ++q; in try_read_config_file()
79 while (C_isspace(*p)) ++p; in try_read_config_file()
81 while (*q && !C_isspace(*q)) ++q; in try_read_config_file()
84 while (*q && C_isspace(*q)) ++q; in try_read_config_file()
H A Dweight.cc57 if (*p == '\0' || C_isspace((unsigned char)*p)) { in set_weighting_scheme()
76 if (*p == '\0' || C_isspace((unsigned char)*p)) { in set_weighting_scheme()
H A Dhtmlparse.cc54 return !C_isspace(c); in p_notwhitespace()
67 return C_isspace(c) || c == '>'; in p_whitespacegt()
73 return C_isspace(c) || c == '=' || c == '>'; in p_whitespaceeqgt()
H A Dexpand.cc75 if (C_isspace((unsigned char)*p)) { in set_expansion_scheme()
H A Dscriptindex.cc66 return C_isspace(c); in p_space()
72 return !C_isspace(c); in p_notspace()
/dports/databases/xapian-core/xapian-core-1.4.18/tests/
H A Dinternaltest.cc390 TEST(!C_isspace(ch)); in test_chartype1()
409 TEST(!C_isspace(ch)); in test_chartype1()
428 TEST(!C_isspace(ch)); in test_chartype1()
446 TEST(!C_isspace(ch)); in test_chartype1()
465 TEST(!C_isspace(ch)); in test_chartype1()
484 TEST(C_isspace(ch)); in test_chartype1()
503 TEST(!C_isspace(ch)); in test_chartype1()
521 TEST(!C_isspace(ch)); in test_chartype1()
539 TEST(!C_isspace(ch)); in test_chartype1()
/dports/databases/xapian-core/xapian-core-1.4.18/common/
H A Dstringutils.h165 inline bool C_isspace(char ch) { in C_isspace() function
176 inline bool C_isnotspace(char ch) { return !C_isspace(ch); } in C_isnotspace()
/dports/www/xapian-omega/xapian-omega-1.4.18/common/
H A Dstringutils.h165 inline bool C_isspace(char ch) { in C_isspace() function
176 inline bool C_isnotspace(char ch) { return !C_isspace(ch); } in C_isnotspace()
/dports/databases/xapian-core12/xapian-core-1.2.25/common/
H A Dstringutils.h172 inline bool C_isspace(char ch) { in C_isspace() function
193 inline bool C_isnotspace(char ch) { return !C_isspace(ch); } in C_isnotspace()
/dports/www/xapian-omega12/xapian-omega-1.2.25/common/
H A Dstringutils.h172 inline bool C_isspace(char ch) { in C_isspace() function
193 inline bool C_isnotspace(char ch) { return !C_isspace(ch); } in C_isnotspace()
/dports/databases/xapian-core12/xapian-core-1.2.25/tests/perftest/
H A Drunprocess.cc60 while (out.size() > 0 && C_isspace(out[out.size() - 1])) { in stdout_to_string()
/dports/databases/xapian-core/xapian-core-1.4.18/tests/perftest/
H A Drunprocess.cc61 while (out.size() > 0 && C_isspace(out[out.size() - 1])) { in stdout_to_string()
/dports/databases/xapian-core12/xapian-core-1.2.25/tests/harness/
H A Dindex_utils.cc102 word_end = find_if(word_start, para_end, C_isspace); in next()
/dports/databases/xapian-core/xapian-core-1.4.18/tests/harness/
H A Dindex_utils.cc106 word_end = find_if(word_start, para_end, C_isspace); in index_to()
/dports/lang/chicken5/chicken-5.3.0/
H A Dchicken.h960 # define C_isspace isspace macro
1352 #define C_u_i_char_whitespacep(x) C_mk_bool(C_character_code(x) < 0x100 && C_isspace(C_charac…