Home
last modified time | relevance | path

Searched refs:UtfInst (Results 1 – 5 of 5) sorted by relevance

/external/oj-libjdwp/src/share/npt/
Dnpt.h55 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 *utf, jbyte *string, int length);
80 (struct UtfInst *utf, jbyte *string, int length,
[all …]
Dutf.h47 struct UtfInst* JNICALL utfInitialize
50 (struct UtfInst *ui, char *options);
52 (struct UtfInst *ui, jbyte *utf8,
55 (struct UtfInst *ui, char *str, int len,
58 (struct UtfInst *ui, jbyte *utf8, int len,
61 (struct UtfInst *ui, jchar *utf16, int len,
64 (struct UtfInst *ui, jchar *utf16, int len,
67 (struct UtfInst *ui, jbyte *string, int length);
69 (struct UtfInst *ui, jbyte *string, int length,
72 (struct UtfInst *ui, jbyte *string, int length);
[all …]
Dutf.c54 utf8ToUtf16(struct UtfInst *ui, jbyte *utf8, int len, unsigned short *output, int outputMaxLen) in utf8ToUtf16()
92 utf16ToUtf8m(struct UtfInst *ui, unsigned short *utf16, int len, jbyte *output, int outputMaxLen) in utf16ToUtf8m()
132 utf16ToUtf8s(struct UtfInst *ui, unsigned short *utf16, int len, jbyte *output, int outputMaxLen) in utf16ToUtf8s()
145 utf8sToUtf8mLength(struct UtfInst *ui, jbyte *string, int length) in utf8sToUtf8mLength()
203 utf8sToUtf8m(struct UtfInst *ui, jbyte *string, int length, jbyte *newString, int newLength) in utf8sToUtf8m()
267 utf8mToUtf8sLength(struct UtfInst *ui, jbyte *string, int length) in utf8mToUtf8sLength()
334 utf8mToUtf8s(struct UtfInst *ui, jbyte *string, int length, jbyte *newString, int newLength) in utf8mToUtf8s()
406 bytesToPrintable(struct UtfInst *ui, char *bytes, int len, char *output, int outputMaxLen) in bytesToPrintable()
448 struct UtfInst *ui; in test()
/external/oj-libjdwp/src/solaris/npt/
Dutf_md.c40 struct UtfInst *JNICALL
43 struct UtfInst *ui; in utfInitialize()
46 ui = (struct UtfInst*)calloc(sizeof(struct UtfInst), 1); in utfInitialize()
80 utfTerminate(struct UtfInst *ui, char *options) in utfTerminate()
144 utf8ToPlatform(struct UtfInst*ui, jbyte *utf8, int len, char *output, int outputMaxLen) in utf8ToPlatform()
165 utf8FromPlatform(struct UtfInst*ui, char *str, int len, jbyte *output, int outputMaxLen) in utf8FromPlatform()
Dutf_md.h29 struct UtfInst { struct