c_str 20 ConcordanceFunc.cpp ver = std::atoi(m.str(1).c_str()); c_str 178 ConcordanceFunc.cpp cprelen = std::atoi((lenpEdit->text()).toUTF8().c_str()); c_str 184 ConcordanceFunc.cpp caftlen = std::atoi((lenaEdit->text()).toUTF8().c_str()); c_str 38 ConcordanceKWIC.cpp logging(userip.c_str(), INFO); c_str 187 ConcordanceKWIC.cpp rw = boost::make_u32regex((qit->qexp1).c_str()); c_str 212 ConcordanceKWIC.cpp logging(ss.str().c_str(), INFO); c_str 261 ConcordanceKWIC.cpp curln = (mit->second).c_str(); c_str 268 ConcordanceKWIC.cpp if (checkfno((mit->first).c_str(), fno)) c_str 269 ConcordanceKWIC.cpp preln = (mit->second).c_str(); c_str 278 ConcordanceKWIC.cpp if (checkfno((mit->first).c_str(), fno)) c_str 279 ConcordanceKWIC.cpp aftln = (mit->second).c_str(); c_str 303 ConcordanceKWIC.cpp title = (mit->second).c_str(); c_str 306 ConcordanceKWIC.cpp std::string s2 = keyc.c_str(); c_str 309 ConcordanceKWIC.cpp logging(sm.c_str(), WARN); c_str 340 ConcordanceKWIC.cpp logging(ss.str().c_str(), INFO); c_str 355 ConcordanceKWIC.cpp logging(ss.str().c_str(), INFO); c_str 79 ConcordanceMain.cpp (std::atoi(hc.c_str())); c_str 84 ConcordanceMain.cpp (std::atoi(hd.c_str())); c_str 89 ConcordanceMain.cpp (std::atoi(hl.c_str())); c_str 94 ConcordanceMain.cpp (std::atoi(ha.c_str())); c_str 144 CorpusLoaderDaemon.cpp char_string keyinf(cornum.c_str(), valloc); c_str 145 CorpusLoaderDaemon.cpp char_string mapped(corstr.c_str(), valloc); c_str 165 CorpusLoaderDaemon.cpp char_string keyinf(tdbnum.c_str(), valloc); c_str 166 CorpusLoaderDaemon.cpp char_string mapped(tdbstr.c_str(), valloc); c_str 97 Functions.cpp std::strcpy(buf, bufo.c_str()); c_str 201 Functions.cpp if ((std::atoi(s.c_str())) == fno) c_str 264 Functions.cpp if (boost::u32regex_match(s.c_str(), m, r3)) { c_str 287 Functions.cpp int dist = std::atoi(wm[2].c_str()); c_str 14 Lemmatizer.cpp size_t rcnt = lem.lemmatize<russian_utf8_adapter>(tword.c_str(), lar); c_str 125 WordTree.cpp std::strcpy((char*) ShmP, new_word.c_str()); c_str 142 WordTree.cpp if (std::strcmp(wp, new_word.c_str()) == 0) { c_str 152 WordTree.cpp if (std::strcmp(wp, new_word.c_str()) < 0) c_str 203 WordTree.cpp if (std::strcmp(wp, tword.c_str()) == 0) { c_str 210 WordTree.cpp if (std::strcmp(wp, tword.c_str()) < 0) c_str 227 WordTree.cpp if (std::strcmp(wp, tword.c_str()) == 0) { c_str 238 WordTree.cpp if (std::strcmp(wp, tword.c_str()) < 0) c_str 284 WordTree.cpp boost::u32regex rk(boost::make_u32regex(adj1.c_str())); c_str 285 WordTree.cpp boost::u32regex ra(boost::make_u32regex(adj2.c_str())); c_str 289 WordTree.cpp if (boost::u32regex_search(adj1.c_str(), m, r)) c_str 297 WordTree.cpp if (boost::u32regex_search(adj2.c_str(), m, r)) c_str 60 WordTreeBuilderDaemon.cpp posd[i] = atoi((*it).c_str());