Home | History | Annotate | Download | only in i18n

Lines Matching full:prop_start

395     int32_t prop_start = 0;
401 prop_end = rrule.indexOf(SEMICOLON, prop_start);
403 prop.setTo(rrule, prop_start);
406 prop.setTo(rrule, prop_start, prop_end - prop_start);
407 prop_start = prop_end + 1;