Home | History | Annotate | Download | only in unicode

Lines Matching refs:dstStart

1339    * beginning at <tt>dstStart</tt>.
1346 * must be at least (<tt>dstStart + length</tt>).
1347 * @param dstStart the offset in <TT>dst</TT> where the first character
1354 int32_t dstStart = 0) const;
1397 * into the array <tt>dst</tt>, beginning at <tt>dstStart</tt>.
1401 * must be at least (<tt>dstStart + (limit - start)</tt>).
1402 * @param dstStart the offset in <TT>dst</TT> where the first character
1409 int32_t dstStart = 0) const;
3204 int32_t dstStart) const;
4060 int32_t dstStart) const {
4063 doExtract(start, limit - start, dst, dstStart);