Home | History | Annotate | Download | only in i18n

Lines Matching defs:in

376  * dow      day of week in BYDAY, or 0 when not found
377 * wim day of week ordinal number in BYDAY, or 0 when not found
379 * domCount number of availble days in dom (domCount is specifying the size of dom on input)
485 // the last day in a month
560 int32_t firstDay = 31; // max possible number of dates in a month
563 // not be used in February, but if we see such case, we use 28
706 // Day in month rule, for example, 15th day in the month
713 // first Sunday after 15th day in the month
880 * on the ICU I/O stream in this module. But we want to keep the code
933 const UnicodeString* in;
938 in = &input;
948 if (index < in->length()) {
949 ch = in->charAt(index);
1276 // CR, must be followed by LF according to the definition in RFC2445
1341 #define VTZ 1 // In VTIMEZONE
1342 #define TZI 2 // In STANDARD or DAYLIGHT
1421 // Always in 'Z' format, so the offset argument for the parse method
2358 // Check if all days are in the same month
2363 // The start day is in previous month
2381 // Note: This code does not actually work well in February. For now, days in month in
2498 // If the rule's mills in a day is out of range, adjust start time.