Home
last modified time | relevance | path

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

/mipi-sys-t-3.7.0/printer/src/
Dmipi_syst_printf.cpp63 size_t lastPercentPos = 0; // where the last % fmt start was seen in parse() local
78 lastPercentPos = fmtPos; in parse()
85 lastPercentPos = 0; // '%%' is not a format, but the % char in parse()
90 if (lastPercentPos != fragmentStart) { in parse()
94 lastPercentPos - fragmentStart))); in parse()
96 fragmentStart = lastPercentPos; in parse()