]>
Commit | Line | Data |
---|---|---|
1 | /******************************************************************** | |
2 | * | |
3 | * Copyright (C) 1997-2004, International Business Machines | |
4 | * Corporation and others. All Rights Reserved. | |
5 | * | |
6 | *********************************************************************/ | |
7 | ||
8 | /** | |
9 | API's for writing UCMPs. | |
10 | Return nbytes written. | |
11 | */ | |
12 | ||
13 | #ifndef _UCMPWRIT | |
14 | #define _UCMPWRIT | |
15 | ||
16 | #include "unicode/utypes.h" | |
17 | #include "unewdata.h" | |
18 | ||
19 | #include "ucmp8.h" | |
20 | ||
21 | /* udata filestream variants */ | |
22 | U_CAPI uint32_t U_EXPORT2 udata_write_ucmp8 (UNewDataMemory *pData, const CompactByteArray* array); | |
23 | ||
24 | #endif | |
25 | ||
26 | ||
27 | ||
28 | ||
29 | ||
30 |