Searched defs:utf8ToPlatform (Results 1 - 4 of 4) sorted by relevance

/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/npt/
H A Dnpt.h62 int (JNICALL *utf8ToPlatform) member in struct:__anon946
/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/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);

Completed in 236 milliseconds