Searched refs:utf16ToUtf8m (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/npt/
H A Dnpt.c71 npt->utf16ToUtf8m = &utf16ToUtf8m;
H A Dutf.h55 int JNICALL utf16ToUtf8m
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 31 milliseconds