Home | History | Annotate | Download | only in uconv

Lines Matching full:unibufp

604     UChar *unibufp;
750 // After the call 'unibufp' will be placed behind the last
768 unibuf = unibufp = u.getBuffer((int32_t)bufsz);
772 ucnv_toUnicode(convfrom, &unibufp, unibuf + bufsz, &cbufp,
775 ulen = (int32_t)(unibufp - unibuf);
917 // And 'unibufp' will be placed behind the last converted unicode character