Home | History | Annotate | Download | only in uconv

Lines Matching full:unibuf

603     const UChar *unibuf, *unibufbp;
751 // character that was converted in the 'unibuf'.
768 unibuf = unibufp = u.getBuffer((int32_t)bufsz);
772 ucnv_toUnicode(convfrom, &unibufp, unibuf + bufsz, &cbufp,
775 ulen = (int32_t)(unibufp - unibuf);
921 unibuf = unibufbp = u.getBuffer();
931 unibuf + ulen,
960 ferroffset = (int32_t)((unibufbp - unibuf) - errorLength);