Home | History | Annotate | Download | only in localize

Lines Matching refs:Stats

297     vector<Stats> stats;
364 Stats beforeFilterStats = xliff->GetStats(config);
371 Stats afterFilterStats = xliff->GetStats(config);
389 stats.push_back(afterFilterStats);
406 // the stats
411 Stats totals;
417 for (vector<Stats>::iterator it=stats.begin(); it!=stats.end(); it++) {
429 if (stats.size() > 1) {