OLD | NEW |
1 /* | 1 /* |
2 ********************************************************************** | 2 ********************************************************************** |
3 * Copyright (C) 1999-2010, International Business Machines | 3 * Copyright (C) 1999-2010, International Business Machines |
4 * Corporation and others. All Rights Reserved. | 4 * Corporation and others. All Rights Reserved. |
5 ********************************************************************** | 5 ********************************************************************** |
6 * ucnv.h: | 6 * ucnv.h: |
7 * External APIs for the ICU's codeset conversion library | 7 * External APIs for the ICU's codeset conversion library |
8 * Bertrand A. Damiba | 8 * Bertrand A. Damiba |
9 * | 9 * |
10 * Modification History: | 10 * Modification History: |
(...skipping 1977 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1988 * @return The number of chars in the state. -1 if an error is encountered. | 1988 * @return The number of chars in the state. -1 if an error is encountered. |
1989 * @stable ICU 3.4 | 1989 * @stable ICU 3.4 |
1990 */ | 1990 */ |
1991 U_STABLE int32_t U_EXPORT2 | 1991 U_STABLE int32_t U_EXPORT2 |
1992 ucnv_toUCountPending(const UConverter* cnv, UErrorCode* status); | 1992 ucnv_toUCountPending(const UConverter* cnv, UErrorCode* status); |
1993 | 1993 |
1994 #endif | 1994 #endif |
1995 | 1995 |
1996 #endif | 1996 #endif |
1997 /*_UCNV*/ | 1997 /*_UCNV*/ |
OLD | NEW |