HomeSort by relevance Sort by last modified time
    Searched refs:UtfInst (Results 1 - 5 of 5) sorted by null

  /external/oj-libjdwp/src/solaris/npt/
utf_md.h 29 struct UtfInst {
utf_md.c 40 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)
165 utf8FromPlatform(struct UtfInst*ui, char *str, int len, jbyte *output, int outputMaxLen)
  /external/oj-libjdwp/src/share/npt/
utf.h 47 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...]
npt.h 54 /* 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 *utf, jbyte *string, int length)
    [all...]
utf.c 54 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)
132 utf16ToUtf8s(struct UtfInst *ui, unsigned short *utf16, int len, jbyte *output, int outputMaxLen)
145 utf8sToUtf8mLength(struct UtfInst *ui, jbyte *string, int length)
203 utf8sToUtf8m(struct UtfInst *ui, jbyte *string, int length, jbyte *newString, int newLength)
267 utf8mToUtf8sLength(struct UtfInst *ui, jbyte *string, int length)
334 utf8mToUtf8s(struct UtfInst *ui, jbyte *string, int length, jbyte *newString, int newLength)
406 bytesToPrintable(struct UtfInst *ui, char *bytes, int len, char *output, int outputMaxLen)
448 struct UtfInst *ui;

Completed in 105 milliseconds