Home | History | Annotate | Download | only in i18n

Lines Matching refs:bufSegStart

520                 // bufSegStart is the offset in buf to the first
522 int32_t bufSegStart = buf.length();
533 // in buf, starting at offset bufSegStart. Extract them
537 new StringMatcher(buf, bufSegStart, buf.length(),
545 buf.truncate(bufSegStart);
567 // bufSegStart is the offset in buf to the first
569 int32_t bufSegStart = buf.length();
575 // in buf, starting at offset bufSegStart.
577 buf.extractBetween(bufSegStart, buf.length(), output);
585 buf.truncate(bufSegStart);