#include <config.h>
#include "index_utils.h"
#include "stringutils.h"
#include <algorithm>
#include <cstring>
#include <fstream>
#include "safeerrno.h"
Include dependency graph for index_utils.cc:
Go to the source code of this file.
Functions | |
static string | get_paragraph (istream &input) |
Read a paragraph from stream input. | |
string | munge_term (const string &term) |
static string get_paragraph | ( | istream & | input | ) | [static] |
Read a paragraph from stream input.
Definition at line 36 of file index_utils.cc.
References C_isnotspace().
Referenced by FileIndexer::next().
string munge_term | ( | const string & | term | ) |
Definition at line 104 of file index_utils.cc.
References C_isalnum(), C_isdigit(), C_isxdigit(), and C_tolower().
Referenced by FileIndexer::next().