OLD | NEW |
1 /* | 1 /* |
2 ****************************************************************************** | 2 ****************************************************************************** |
3 * | 3 * |
4 * Copyright (C) 1997-2010, International Business Machines | 4 * Copyright (C) 1997-2010, International Business Machines |
5 * Corporation and others. All Rights Reserved. | 5 * Corporation and others. All Rights Reserved. |
6 * | 6 * |
7 ****************************************************************************** | 7 ****************************************************************************** |
8 * | 8 * |
9 * Note: autoconf creates platform.h from platform.h.in at configure time. | 9 * Note: autoconf creates platform.h from platform.h.in at configure time. |
10 * | 10 * |
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
394 #if U_HAVE_LIB_SUFFIX | 394 #if U_HAVE_LIB_SUFFIX |
395 # ifndef U_ICU_ENTRY_POINT_RENAME | 395 # ifndef U_ICU_ENTRY_POINT_RENAME |
396 /* Renaming pattern: u_strcpy_41_suffix */ | 396 /* Renaming pattern: u_strcpy_41_suffix */ |
397 # define U_ICU_ENTRY_POINT_RENAME(x) x ## _ ## 46 ## | 397 # define U_ICU_ENTRY_POINT_RENAME(x) x ## _ ## 46 ## |
398 # define U_DEF_ICUDATA_ENTRY_POINT(major, minor) icudt####major##minor##_dat | 398 # define U_DEF_ICUDATA_ENTRY_POINT(major, minor) icudt####major##minor##_dat |
399 | 399 |
400 # endif | 400 # endif |
401 #endif | 401 #endif |
402 | 402 |
403 #endif | 403 #endif |
OLD | NEW |