Lines Matching refs:dst_diff
33 int dst_diff;
1371 if (fold == (rule->dst_diff >= 0)) {
1372 end -= rule->dst_diff;
1375 start += rule->dst_diff;
1426 // For positive DST, the ambiguous period is one dst_diff after the end of
1427 // DST; for negative DST, the ambiguous period is one dst_diff before the
1430 if (rule->dst_diff > 0) {
1432 ambig_end = end + rule->dst_diff;
1436 ambig_end = start - rule->dst_diff;
1929 rv.dst_diff = dst_offset - std_offset;
1930 if (build_ttinfo(dst_offset, rv.dst_diff, dst_abbr, &rv.dst)) {