Home | History | Annotate | Download | only in i18n

Lines Matching refs:prop_end

395     int32_t prop_end;
400 prop_end = rrule.indexOf(SEMICOLON, prop_start);
401 if (prop_end == -1) {
405 prop.setTo(rrule, prop_start, prop_end - prop_start);
406 prop_start = prop_end + 1;