Home | History | Annotate | Download | only in i18n

Lines Matching refs:prop_end

396     int32_t prop_end;
401 prop_end = rrule.indexOf(SEMICOLON, prop_start);
402 if (prop_end == -1) {
406 prop.setTo(rrule, prop_start, prop_end - prop_start);
407 prop_start = prop_end + 1;