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

/openjdk7/jdk/src/share/npt/
H A Dnpt.h68 int (JNICALL *utf8ToUtf16) member in struct:__anon946
H A Dutf.c54 utf8ToUtf16(struct UtfInst *ui, jbyte *utf8, int len, unsigned short *output, int outputMaxLen) function
463 len3 = utf8ToUtf16(ui, (jbyte*)buf1, len1, (jchar*)buf3, 1024);

Completed in 445 milliseconds