Home
last modified time | relevance | path

Searched refs:totalStrings (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/localize/
Dlocalize.cpp372 afterFilterStats.totalStrings = beforeFilterStats.totalStrings; in do_export()
416 totals.totalStrings = 0; in do_export()
423 it->toBeTranslated, it->noComments, it->totalStrings); in do_export()
427 totals.totalStrings += it->totalStrings; in do_export()
432 totals.toBeTranslated, totals.noComments, totals.totalStrings); in do_export()
DXLIFFFile.h22 size_t totalStrings; member
DXLIFFFile.cpp607 stat.totalStrings = stat.toBeTranslated; in GetStats()