Home
last modified time | relevance | path

Searched refs:item_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()
96 item_start_ = current_; in NextItem()
Dfml-parser.h117 std::string::iterator item_start_; variable