s 50 ConcordanceFunc.cpp WString s(emsg, UTF8); s 51 ConcordanceFunc.cpp s = "<p class=\"err\">" + s + "</p>"; s 53 ConcordanceFunc.cpp cmesg->setText(s); s 18 DeclareFunctions.hpp void escapetag(std::string& s); s 20 DeclareFunctions.hpp int calckind(std::string& s, std::vector<int>& gv, int& kind); s 21 DeclareFunctions.hpp int checkquery(std::string& s, std::vector<int>& gv, std::vector<query>& qv); s 191 Functions.cpp std::string s(cs); s 195 Functions.cpp std::string::size_type j = s.find(':'); s 197 Functions.cpp j = s.find(':', j); s 198 Functions.cpp s = s.substr(i, j-i); s 201 Functions.cpp if ((std::atoi(s.c_str())) == fno) s 211 Functions.cpp int calckind(std::string& s, std::vector<int>& gv, int& kind) s 223 Functions.cpp if (boost::u32regex_match(s, m, r1)) s 228 Functions.cpp if (! boost::u32regex_match(s, m1, r2)) { s 234 Functions.cpp if (boost::u32regex_search(s, m, r)) s 249 Functions.cpp int checkquery(std::string& s, std::vector<int>& gv, std::vector<query>& qv) s 253 Functions.cpp q.qsrc = s; // 入力式そのものをセット s 263 Functions.cpp if (boost::regex_search(s, m, r4)) { s 264 Functions.cpp if (boost::u32regex_match(s.c_str(), m, r3)) { s 270 Functions.cpp wm[0] = boost::regex_replace(s, r5, ""); // 近接隣接演算検査ワード s 297 Functions.cpp rt = calckind(s, gv, q.kind1); s 301 Functions.cpp q.qexp1 = s; // 探索対象ワード s 314 Functions.cpp void escapetag(std::string& s) s 321 Functions.cpp s = boost::regex_replace(s, r0, "&"); s 322 Functions.cpp s = boost::regex_replace(s, r1, "<"); s 323 Functions.cpp s = boost::regex_replace(s, r2, ">"); s 324 Functions.cpp s = boost::regex_replace(s, r3, """);