Imported Upstream version 0.66.1
[hcoop/debian/courier-authlib.git] / libs / unicode / wordbreaktab_internal.h
1 /*
2 ** Copyright 2011 Double Precision, Inc.
3 ** See COPYING for distribution information.
4 **
5 */
6
7 #ifndef wordbreaktab_internal_h
8 #define wordbreaktab_internal_h
9
10 #define UNICODE_WB_ALetter 0x00
11 #define UNICODE_WB_Numeric 0x01
12 #define UNICODE_WB_MidLetter 0x02
13 #define UNICODE_WB_MidNum 0x03
14 #define UNICODE_WB_MidNumLet 0x04
15 #define UNICODE_WB_ExtendNumLet 0x05
16
17 #define UNICODE_WB_CR 0x06
18 #define UNICODE_WB_LF 0x07
19 #define UNICODE_WB_Newline 0x08
20 #define UNICODE_WB_Extend 0x09
21 #define UNICODE_WB_Format 0x0A
22 #define UNICODE_WB_Katakana 0x0B
23
24 #define UNICODE_WB_OTHER 0xFF
25 #endif