Searched refs:utf8ToPlatform (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/npt/
H A Dnpt.c68 npt->utf8ToPlatform = &utf8ToPlatform;
H A Dutf.h46 int JNICALL utf8ToPlatform
H A Dnpt.h62 int (JNICALL *utf8ToPlatform) member in struct:__anon946
H A Dutf.c472 len2 = utf8ToPlatform(ui, (jbyte*)buf1, len1, buf2, 1024);
/openjdk7/jdk/src/solaris/instrument/
H A DEncodingSupport_md.c159 utf8ToPlatform(char *utf8, int len, char *output, int outputMaxLen) function
179 return utf8ToPlatform(utf8_str, utf8_len, platform_str, platform_len);
/openjdk7/jdk/src/solaris/npt/
H A Dutf_md.c144 utf8ToPlatform(struct UtfInst*ui, jbyte *utf8, int len, char *output, int outputMaxLen) function
/openjdk7/jdk/src/windows/npt/
H A Dutf_md.c100 utf8ToPlatform(struct UtfInst *ui, jbyte *utf8, int len, char* output, int outputMaxLen) function
/openjdk7/jdk/src/share/back/
H A Dtransport.c113 (void)(gdata->npt->utf8ToPlatform)(gdata->npt->utf,
392 (void)(gdata->npt->utf8ToPlatform)(gdata->npt->utf,
H A Derror_messages.c74 (void)(gdata->npt->utf8ToPlatform)(gdata->npt->utf,
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_init.c749 (void)(gdata->npt->utf8ToPlatform)

Completed in 41 milliseconds