OLD | NEW |
1 /* | 1 /* |
2 ****************************************************************************** | 2 ****************************************************************************** |
3 * | 3 * |
4 * Copyright (C) 1999-2010, International Business Machines | 4 * Copyright (C) 1999-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: udata.h | 8 * file name: udata.h |
9 * encoding: US-ASCII | 9 * encoding: US-ASCII |
10 * tab size: 8 (not used) | 10 * tab size: 8 (not used) |
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
406 * @param status Error code. | 406 * @param status Error code. |
407 * @see UDataFileAccess | 407 * @see UDataFileAccess |
408 * @stable ICU 3.4 | 408 * @stable ICU 3.4 |
409 */ | 409 */ |
410 U_STABLE void U_EXPORT2 | 410 U_STABLE void U_EXPORT2 |
411 udata_setFileAccess(UDataFileAccess access, UErrorCode *status); | 411 udata_setFileAccess(UDataFileAccess access, UErrorCode *status); |
412 | 412 |
413 U_CDECL_END | 413 U_CDECL_END |
414 | 414 |
415 #endif | 415 #endif |
OLD | NEW |