Lines Matching defs:part
549 // eat 32bit data part
558 // we only use 64bit part
891 FinalRulePart part[2];
894 return part[0].isset && part[1].isset;
965 int32_t p = fr.part[0].isset ? 1 : 0;
966 fr.part[p].set(id, mode, month, dom, dow, time, isstd, isgmt, offset);
1416 // First print the rule part that enters DST; then the rule part
1418 int32_t whichpart = (part[0].offset != 0) ? 0 : 1;
1419 assert(part[whichpart].offset != 0);
1420 assert(part[1-whichpart].offset == 0);
1424 const FinalRulePart& p = part[whichpart];
1429 os << part[whichpart].offset << endl;