| OLD | NEW |
| 1 /* | 1 /* |
| 2 ******************************************************************************* | 2 ******************************************************************************* |
| 3 * | 3 * |
| 4 * Copyright (C) 2003-2006, International Business Machines | 4 * Copyright (C) 2003-2006, International Business Machines |
| 5 * Corporation and others. All Rights Reserved. | 5 * Corporation and others. All Rights Reserved. |
| 6 * | 6 * |
| 7 ******************************************************************************* | 7 ******************************************************************************* |
| 8 * file name: utrace.h | 8 * file name: utrace.h |
| 9 * encoding: US-ASCII | 9 * encoding: US-ASCII |
| 10 * tab size: 8 (not used) | 10 * tab size: 8 (not used) |
| (...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 349 * | 349 * |
| 350 * @see UTraceFunctionNumber | 350 * @see UTraceFunctionNumber |
| 351 * @stable ICU 2.8 | 351 * @stable ICU 2.8 |
| 352 */ | 352 */ |
| 353 U_STABLE const char * U_EXPORT2 | 353 U_STABLE const char * U_EXPORT2 |
| 354 utrace_functionName(int32_t fnNumber); | 354 utrace_functionName(int32_t fnNumber); |
| 355 | 355 |
| 356 U_CDECL_END | 356 U_CDECL_END |
| 357 | 357 |
| 358 #endif | 358 #endif |
| OLD | NEW |