offunit            77 maint/gnulib/lib/uniconv/u-conv-from-enc.h       size_t offunit = 0;       /* offset into result */
offunit            85 maint/gnulib/lib/uniconv/u-conv-from-enc.h                 int countunit = U_MBLEN (result + offunit, length - offunit);
offunit            89 maint/gnulib/lib/uniconv/u-conv-from-enc.h                 offunit += countunit;
offunit            93 maint/gnulib/lib/uniconv/u-conv-from-enc.h             *o = offunit;