HomeSort by relevance Sort by last modified time
    Searched full:unibuf (Results 1 - 1 of 1) sorted by null

  /external/icu/icu4c/source/extra/uconv/
uconv.cpp 603 const UChar *unibuf, *unibufbp; local
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);
    [all...]

Completed in 69 milliseconds