OLD | NEW |
1 /* | 1 /* |
2 ******************************************************************************* | 2 ******************************************************************************* |
3 * | 3 * |
4 * Copyright (C) 2003-2010, International Business Machines | 4 * Copyright (C) 2003-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: uidna.h | 8 * file name: uidna.h |
9 * encoding: US-ASCII | 9 * encoding: US-ASCII |
10 * tab size: 8 (not used) | 10 * tab size: 8 (not used) |
(...skipping 713 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
724 */ | 724 */ |
725 U_STABLE int32_t U_EXPORT2 | 725 U_STABLE int32_t U_EXPORT2 |
726 uidna_compare( const UChar *s1, int32_t length1, | 726 uidna_compare( const UChar *s1, int32_t length1, |
727 const UChar *s2, int32_t length2, | 727 const UChar *s2, int32_t length2, |
728 int32_t options, | 728 int32_t options, |
729 UErrorCode* status); | 729 UErrorCode* status); |
730 | 730 |
731 #endif /* #if !UCONFIG_NO_IDNA */ | 731 #endif /* #if !UCONFIG_NO_IDNA */ |
732 | 732 |
733 #endif | 733 #endif |
OLD | NEW |