- Timestamp:
- May 23, 2003, 6:52:40 PM (23 years ago)
- Location:
- trunk/src/emx/include
- Files:
-
- 3 edited
-
uconv.h (modified) (2 diffs, 1 prop)
-
ulserrno.h (modified) (1 diff, 1 prop)
-
unidef.h (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/uconv.h
-
Property cvs2svn:cvs-rev
changed from
1.1to1.2
r230 r231 98 98 typedef void *UconvObject; 99 99 100 int UniCreateUconvObject (UniChar *codepage, UconvObject *uobj);101 int UniQueryUconvObject (UconvObject uobj, uconv_attribute_t * attr,100 int UniCreateUconvObject (UniChar *codepage, UconvObject *uobj); 101 int UniQueryUconvObject (UconvObject uobj, uconv_attribute_t * attr, 102 102 size_t size, char first [256], char other [256], udcrange_t udcrange[32]); 103 int UniSetUconvObject (UconvObject uobj, uconv_attribute_t * attr);104 int UniUconvToUcs (UconvObject uobj, void **inbuf, size_t *inbytes,103 int UniSetUconvObject (UconvObject uobj, uconv_attribute_t * attr); 104 int UniUconvToUcs (UconvObject uobj, void **inbuf, size_t *inbytes, 105 105 UniChar **outbuf, size_t *outchars, size_t *subst); 106 int UniUconvFromUcs (UconvObject uobj, UniChar **inbuf, size_t *inchars,106 int UniUconvFromUcs (UconvObject uobj, UniChar **inbuf, size_t *inchars, 107 107 void **outbuf, size_t *outbytes, size_t *subst); 108 int UniFreeUconvObject (UconvObject uobj);109 int UniMapCpToUcsCp (unsigned long ulCodePage, UniChar *ucsCodePage, size_t n);108 int UniFreeUconvObject (UconvObject uobj); 109 int UniMapCpToUcsCp (unsigned long ulCodePage, UniChar *ucsCodePage, size_t n); 110 110 111 111 #define IBM_437 (UniChar *)L"IBM-437" … … 116 116 #define ISO8859_1 (UniChar *)L"IBM-819" 117 117 118 119 120 121 122 123 124 125 126 127 128 129 118 130 #ifdef __cplusplus 119 131 } -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/include/ulserrno.h
-
Property cvs2svn:cvs-rev
changed from
1.1to1.2
r230 r231 43 43 } uls_error_t; 44 44 45 45 46 #endif /* __ULSERRNO_H__ */ -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/include/unidef.h
-
Property cvs2svn:cvs-rev
changed from
1.1to1.2
r230 r231 36 36 #ifndef FALSE 37 37 # define FALSE 0 38 -
Property cvs2svn:cvs-rev
changed from
