Searched defs:totals (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/localize/
H A Dlocalize.cpp411 Stats totals; local
412 totals.config = "total";
413 totals.files = 0;
414 totals.toBeTranslated = 0;
415 totals.noComments = 0;
416 totals.totalStrings = 0;
424 totals.files += it->files;
425 totals.toBeTranslated += it->toBeTranslated;
426 totals.noComments += it->noComments;
427 totals
[all...]

Completed in 7 milliseconds