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

  /external/icu4c/extra/uconv/
uconv.cpp 604 UChar *unibufp; local
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
    [all...]

Completed in 86 milliseconds