Searched refs:saved_format (Results 1 – 2 of 2) sorted by relevance
339 const HChar* saved_format; in vprintf_wrk() local360 saved_format = format; in vprintf_wrk()477 while (saved_format <= format) { in vprintf_wrk()478 PUT(*saved_format); in vprintf_wrk()479 saved_format++; in vprintf_wrk()
705 std::ios saved_format(nullptr); in Decode() local706 saved_format.copyfmt(saved_format); in Decode()714 os.copyfmt(saved_format); in Decode()