Lines Matching defs:to
8 #include "utypeinfo.h" // for 'typeid' to work
25 // This is the deleter that will be use to remove TimeZoneRule
87 * Simple fixed digit ASCII number to integer converter
187 * Convert date/time to RFC2445 Date-Time form #1 DATE WITH LOCAL TIME
213 * Convert date/time to RFC2445 Date-Time form #2 DATE WITH UTC TIME
287 * Convert RFC2445 utc-offset string to milliseconds
333 * Convert milliseconds to RFC2445 utc-offset string
600 // Note: To check valid date range across multiple rule is a little
642 // Check if the month is same or right next to the primary month
664 // If ealier month, go through days to find the earliest day
763 * to the DateTimerule.
770 // Do not try to do more intelligent comparison for now.
800 * Convert the rule to its equivalent rule using WALL_TIME mode.
833 // Convert to DOW_GEW_DOM or DOW_LEQ_DOM rule first
877 * UnicodeString. For now, we do not want to introduce the dependency
878 * on the ICU I/O stream in this module. But we want to keep the code
879 * equivalent to the ICU4J implementation, which utilizes java.io.Writer/
1274 // CR, must be followed by LF according to the definition in RFC2445
1364 UnicodeString to; // current zone offset
1384 // Set the deleter to remove TimeZoneRule vectors to avoid memory leaks due to unowned TimeZoneRules.
1438 to.remove();
1459 to = value;
1496 if (dtstart.length() == 0 || from.length() == 0 || to.length() == 0) {
1514 toOffset = offsetStrToMillis(to, status);
1600 initialRule = NULL; // already adopted by RBTZ, no need to delete
1621 // which is already initialized, thus, we do not need to
1781 // Extract rules applicable to dates after the start time
2335 // Check if this rule can be converted to DOW rule
2351 // Otherwise, use BYMONTHDAY to include all possible dates
2367 // Note: When a rule is separated into two, UNTIL attribute needs to be
2459 // Check if this rule can be converted to DOW rule
2473 // Otherwise, convert this to DOW_GEQ_DOM rule