Lines Matching full:prev
149 int32_t prev, i;
150 prev = 0;
152 i = id.indexOf((UChar)0x40, prev);
154 // no @ between prev and the rest of the string
155 id.extract(prev, INT32_MAX, buffer + prev, BUFLEN - prev, US_INV);
159 id.extract(prev, i - prev, buffer + prev, BUFLEN - prev, US_INV);
162 prev = i + 1;