Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/npt/
Dnpt.c71 npt->utf16ToUtf8m = &utf16ToUtf8m; in nptInitialize()
Dutf.h60 int JNICALL utf16ToUtf8m
Dnpt.h71 int (JNICALL *utf16ToUtf8m)
Dutf.c92 utf16ToUtf8m(struct UtfInst *ui, unsigned short *utf16, int len, jbyte *output, int outputMaxLen) in utf16ToUtf8m() function
476 len1 = utf16ToUtf8m(ui, (jchar*)buf3, len3, (jbyte*)buf1, 1024); in test()