]>
Commit | Line | Data |
---|---|---|
b75a7d8f A |
1 | /******************************************************************** |
2 | * | |
374ca955 | 3 | * Copyright (C) 1997-2004, International Business Machines |
b75a7d8f A |
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" | |
b75a7d8f A |
18 | |
19 | #include "ucmp8.h" | |
b75a7d8f A |
20 | |
21 | /* udata filestream variants */ | |
22 | U_CAPI uint32_t U_EXPORT2 udata_write_ucmp8 (UNewDataMemory *pData, const CompactByteArray* array); | |
b75a7d8f A |
23 | |
24 | #endif | |
25 | ||
26 | ||
27 | ||
28 | ||
29 | ||
30 |