Searched defs:utf16ToUtf8m (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/npt/
H A Dnpt.h71 int (JNICALL *utf16ToUtf8m) member in struct:__anon946
H A Dutf.c92 utf16ToUtf8m(struct UtfInst *ui, unsigned short *utf16, int len, jbyte *output, int outputMaxLen) function
467 len1 = utf16ToUtf8m(ui, (jchar*)buf3, len3, (jbyte*)buf1, 1024);

Completed in 32 milliseconds