Home | History | Annotate | Download | only in unicode

Lines Matching defs:start

102  * as context.  The second region, [start, limit), defines what
110 * <p>contextStart <= start <= limit <= contextLimit
148 int32_t start;
367 * @param start the beginning index, inclusive; <code>0 <= start <=
369 * @param limit pointer to the ending index, exclusive; <code>start <=
372 * <code>[start, limit)</code> has been transliterated, possibly to a
373 * string of a different length, at <code>[start,
383 int32_t start,
397 * <code>index.start</code> will be advanced to the first
404 * with <code>index.start</code> and <code>index.limit</code>
406 * transliterated, and <code>index.cursor == index.start</code>.
416 * transliterations, clients should call utrans_trans() with a start
417 * of index.start and a limit of index.end after the last call to this
425 * @param pos a struct containing the start and limit indices of the
456 * @param start the beginning index, inclusive; <code>0 <= start <=
458 * @param limit pointer to the ending index, exclusive; <code>start <=
461 * <code>[start, limit)</code> has been transliterated, possibly to a
462 * string of a different length, at <code>[start,
473 int32_t start,
497 * @param pos a struct containing the start and limit indices of the