Lines Matching defs:in
374 * dow day of week in BYDAY, or 0 when not found
375 * wim day of week ordinal number in BYDAY, or 0 when not found
377 * domCount number of availble days in dom (domCount is specifying the size of dom on input)
483 // the last day in a month
558 int32_t firstDay = 31; // max possible number of dates in a month
561 // not be used in February, but if we see such case, we use 28
704 // Day in month rule, for example, 15th day in the month
711 // first Sunday after 15th day in the month
878 * on the ICU I/O stream in this module. But we want to keep the code
931 const UnicodeString* in;
936 in = &input;
946 if (index < in->length()) {
947 ch = in->charAt(index);
1274 // CR, must be followed by LF according to the definition in RFC2445
1339 #define VTZ 1 // In VTIMEZONE
1340 #define TZI 2 // In STANDARD or DAYLIGHT
1419 // Always in 'Z' format, so the offset argument for the parse method
2356 // Check if all days are in the same month
2361 // The start day is in previous month
2379 // Note: This code does not actually work well in February. For now, days in month in
2496 // If the rule's mills in a day is out of range, adjust start time.