Searched refs:utf8ToPlatform (Results 1 – 7 of 7) sorted by relevance
/external/oj-libjdwp/src/share/npt/ |
D | npt.c | 68 npt->utf8ToPlatform = &utf8ToPlatform; in nptInitialize()
|
D | utf.h | 51 int JNICALL utf8ToPlatform
|
D | npt.h | 62 int (JNICALL *utf8ToPlatform)
|
D | utf.c | 481 len2 = utf8ToPlatform(ui, (jbyte*)buf1, len1, buf2, 1024); in test()
|
/external/oj-libjdwp/src/solaris/npt/ |
D | utf_md.c | 144 utf8ToPlatform(struct UtfInst*ui, jbyte *utf8, int len, char *output, int outputMaxLen) in utf8ToPlatform() function
|
/external/oj-libjdwp/src/share/back/ |
D | transport.c | 113 (void)(gdata->npt->utf8ToPlatform)(gdata->npt->utf, in loadTransportLibrary() 395 (void)(gdata->npt->utf8ToPlatform)(gdata->npt->utf, in launch()
|
D | error_messages.c | 74 (void)(gdata->npt->utf8ToPlatform)(gdata->npt->utf, in vprint_message()
|