Lines Matching refs:ttinfo_before
49 _ttinfo *ttinfo_before;
524 tti = self->ttinfo_before;
539 tti_prev = self->ttinfo_before;
560 tti_prev = self->ttinfo_before;
1029 // Set ttinfo_before to the first non-DST transition
1032 self->ttinfo_before = &(self->_ttinfos[i]);
1038 // ttinfos at all, set ttinfo_before to NULL
1039 if (self->ttinfo_before == NULL && self->num_ttinfos > 0) {
1040 self->ttinfo_before = &(self->_ttinfos[0]);
2158 return self->ttinfo_before;