| OLD | NEW |
| 1 /* | 1 /* |
| 2 ********************************************************************** | 2 ********************************************************************** |
| 3 * Copyright (c) 2003-2004, International Business Machines | 3 * Copyright (c) 2003-2004, International Business Machines |
| 4 * Corporation and others. All Rights Reserved. | 4 * Corporation and others. All Rights Reserved. |
| 5 ********************************************************************** | 5 ********************************************************************** |
| 6 * Author: Alan Liu | 6 * Author: Alan Liu |
| 7 * Created: March 19 2003 | 7 * Created: March 19 2003 |
| 8 * Since: ICU 2.6 | 8 * Since: ICU 2.6 |
| 9 ********************************************************************** | 9 ********************************************************************** |
| 10 */ | 10 */ |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 */ | 149 */ |
| 150 U_STABLE const UChar* U_EXPORT2 | 150 U_STABLE const UChar* U_EXPORT2 |
| 151 u_catgets(u_nl_catd catd, int32_t set_num, int32_t msg_num, | 151 u_catgets(u_nl_catd catd, int32_t set_num, int32_t msg_num, |
| 152 const UChar* s, | 152 const UChar* s, |
| 153 int32_t* len, UErrorCode* ec); | 153 int32_t* len, UErrorCode* ec); |
| 154 | 154 |
| 155 U_CDECL_END | 155 U_CDECL_END |
| 156 | 156 |
| 157 #endif /*UCAT_H*/ | 157 #endif /*UCAT_H*/ |
| 158 /*eof*/ | 158 /*eof*/ |
| OLD | NEW |