Home
last modified time | relevance | path

Searched refs:line_start_ (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/common/
Dfml-parser.cc53 item_start_ = line_start_ = current_; in Initialize()
61 const int position = item_start_ - line_start_ + 1; in ReportError()
62 const std::string line(line_start_, current_); in ReportError()
75 line_start_ = current_; in Next()
Dfml-parser.h120 std::string::iterator line_start_; variable