Searched refs:UtfInst (Results 1 - 7 of 7) 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
H A Dutf_md.c35 struct UtfInst * JNICALL
38 struct UtfInst *ui;
43 ui = (struct UtfInst*)calloc(sizeof(struct UtfInst), 1);
63 utfTerminate(struct UtfInst *ui, char *options)
100 utf8ToPlatform(struct UtfInst *ui, jbyte *utf8, int len, char* output, int outputMaxLen)
139 utf8FromPlatform(struct UtfInst *ui, char *str, int len, jbyte *output, int outputMaxLen)
/openjdk7/jdk/src/share/npt/
H A Dutf.h42 struct UtfInst* JNICALL utfInitialize
45 (struct UtfInst *ui, char *options);
47 (struct UtfInst *ui, jbyte *utf8,
50 (struct UtfInst *ui, char *str, int len,
53 (struct UtfInst *ui, jbyte *utf8, int len,
56 (struct UtfInst *ui, jchar *utf16, int len,
59 (struct UtfInst *ui, jchar *utf16, int len,
62 (struct UtfInst *ui, jbyte *string, int length);
64 (struct UtfInst *ui, jbyte *string, int length,
67 (struct UtfInst *u
[all...]
H A Dnpt.h54 /* Can be used to save the UtfInst handle */
55 struct UtfInst *utf;
58 struct UtfInst* (JNICALL *utfInitialize)
61 (struct UtfInst *utf, char *options);
63 (struct UtfInst *utf, jbyte *utf8, int len,
66 (struct UtfInst *utf, char *str, int len,
69 (struct UtfInst *utf, jbyte *utf8, int len,
72 (struct UtfInst *utf, jchar *utf16, int len,
75 (struct UtfInst *utf, jchar *utf16, int len,
78 (struct UtfInst *ut
[all...]
H A Dutf.c54 utf8ToUtf16(struct UtfInst *ui, jbyte *utf8, int len, unsigned short *output, int outputMaxLen)
92 utf16ToUtf8m(struct UtfInst *ui, unsigned short *utf16, int len, jbyte *output, int outputMaxLen)
126 utf16ToUtf8s(struct UtfInst *ui, unsigned short *utf16, int len, jbyte *output, int outputMaxLen)
139 utf8sToUtf8mLength(struct UtfInst *ui, jbyte *string, int length)
197 utf8sToUtf8m(struct UtfInst *ui, jbyte *string, int length, jbyte *newString, int newLength)
261 utf8mToUtf8sLength(struct UtfInst *ui, jbyte *string, int length)
328 utf8mToUtf8s(struct UtfInst *ui, jbyte *string, int length, jbyte *newString, int newLength)
400 bytesToPrintable(struct UtfInst *ui, char *bytes, int len, char *output, int outputMaxLen)
439 struct UtfInst *ui;

Completed in 88 milliseconds