Lines Matching full:tg
7406 int tg = not_a_2digit_year;
7407 read(is, ru{tg, 1, width == -1 ? 2u : static_cast<unsigned>(width)});
7408 checked_set(g, tg, not_a_2digit_year, is);
7424 int tG = not_a_year;
7425 read(is, rs{tG, 1, width == -1 ? 4u : static_cast<unsigned>(width)});
7426 checked_set(G, tG, not_a_year, is);
7715 int tG;
7717 tG = 100*C + g;
7719 tG = 100*(C+1) - (g == 0 ? 100 : g);
7720 if (G != not_a_year && G != tG)
7722 G = tG;