OLD | NEW |
1 /* | 1 /* |
2 ******************************************************************************* | 2 ******************************************************************************* |
3 * | 3 * |
4 * Copyright (C) 2004-2010, International Business Machines | 4 * Copyright (C) 2004-2010, International Business Machines |
5 * Corporation and others. All Rights Reserved. | 5 * Corporation and others. All Rights Reserved. |
6 * | 6 * |
7 ******************************************************************************* | 7 ******************************************************************************* |
8 * file name: utext.h | 8 * file name: utext.h |
9 * encoding: US-ASCII | 9 * encoding: US-ASCII |
10 * tab size: 8 (not used) | 10 * tab size: 8 (not used) |
(...skipping 1717 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1728 0, 0, 0, /* a, b, c */ \ | 1728 0, 0, 0, /* a, b, c */ \ |
1729 0, 0, 0 /* privA,B,C, */ \ | 1729 0, 0, 0 /* privA,B,C, */ \ |
1730 } | 1730 } |
1731 | 1731 |
1732 | 1732 |
1733 U_CDECL_END | 1733 U_CDECL_END |
1734 | 1734 |
1735 | 1735 |
1736 | 1736 |
1737 #endif | 1737 #endif |
OLD | NEW |