mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-176 UCAPI needed for utf_countTrailBytes for export
X-SVN-Rev: 2040
This commit is contained in:
parent
460392f2d8
commit
2ed6efa244
1 changed files with 6 additions and 1 deletions
|
@ -17,6 +17,11 @@
|
|||
* that would otherwise be too long as macros.
|
||||
*/
|
||||
|
||||
/* set import/export definitions */
|
||||
#ifndef U_COMMON_IMPLEMENTATION
|
||||
# define U_COMMON_IMPLEMENTATION
|
||||
#endif
|
||||
|
||||
#include "unicode/umachine.h"
|
||||
#include "unicode/utf.h"
|
||||
|
||||
|
@ -37,7 +42,7 @@
|
|||
* -finish:
|
||||
* (BSR: Bit Scan Reverse, scans for a 1-bit, starting from the MSB)
|
||||
*/
|
||||
uint8_t U_EXPORT2
|
||||
U_CAPI uint8_t U_EXPORT2
|
||||
utf8_countTrailBytes[256]={
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||
|
|
Loading…
Add table
Reference in a new issue