| OLD | NEW |
| 1 /* | 1 /* |
| 2 *************************************************************************** | 2 *************************************************************************** |
| 3 * Copyright (C) 2008-2010, International Business Machines Corporation | 3 * Copyright (C) 2008-2010, International Business Machines Corporation |
| 4 * and others. All Rights Reserved. | 4 * and others. All Rights Reserved. |
| 5 *************************************************************************** | 5 *************************************************************************** |
| 6 * file name: uspoof.h | 6 * file name: uspoof.h |
| 7 * encoding: US-ASCII | 7 * encoding: US-ASCII |
| 8 * tab size: 8 (not used) | 8 * tab size: 8 (not used) |
| 9 * indentation:4 | 9 * indentation:4 |
| 10 * | 10 * |
| (...skipping 867 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 878 */ | 878 */ |
| 879 U_STABLE int32_t U_EXPORT2 | 879 U_STABLE int32_t U_EXPORT2 |
| 880 uspoof_serialize(USpoofChecker *sc, | 880 uspoof_serialize(USpoofChecker *sc, |
| 881 void *data, int32_t capacity, | 881 void *data, int32_t capacity, |
| 882 UErrorCode *status); | 882 UErrorCode *status); |
| 883 | 883 |
| 884 | 884 |
| 885 #endif | 885 #endif |
| 886 | 886 |
| 887 #endif /* USPOOF_H */ | 887 #endif /* USPOOF_H */ |
| OLD | NEW |