Searched defs:UtfInst (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/npt/
H A Dutf_md.h29 struct UtfInst { struct
H A Dutf_md.c40 struct UtfInst *JNICALL
43 struct UtfInst *ui;
46 ui = (struct UtfInst*)calloc(sizeof(struct UtfInst), 1);
80 utfTerminate(struct UtfInst *ui, char *options)
144 utf8ToPlatform(struct UtfInst*ui, jbyte *utf8, int len, char *output, int outputMaxLen) argument
165 utf8FromPlatform(struct UtfInst*ui, char *str, int len, jbyte *output, int outputMaxLen) argument
/openjdk7/jdk/src/windows/npt/
H A Dutf_md.h29 struct UtfInst { struct

Completed in 30 milliseconds