| OLD | NEW |
| 1 /* | 1 /* |
| 2 ******************************************************************************* | 2 ******************************************************************************* |
| 3 * Copyright (C) 1997-2010, International Business Machines Corporation and other
s. | 3 * Copyright (C) 1997-2010, International Business Machines Corporation and other
s. |
| 4 * All Rights Reserved. | 4 * All Rights Reserved. |
| 5 * Modification History: | 5 * Modification History: |
| 6 * | 6 * |
| 7 * Date Name Description | 7 * Date Name Description |
| 8 * 06/24/99 helena Integrated Alan's NF enhancements and Java2 bug fixe
s | 8 * 06/24/99 helena Integrated Alan's NF enhancements and Java2 bug fixe
s |
| 9 ******************************************************************************* | 9 ******************************************************************************* |
| 10 */ | 10 */ |
| (...skipping 979 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 990 * @stable ICU 2.8 | 990 * @stable ICU 2.8 |
| 991 */ | 991 */ |
| 992 U_STABLE const char* U_EXPORT2 | 992 U_STABLE const char* U_EXPORT2 |
| 993 unum_getLocaleByType(const UNumberFormat *fmt, | 993 unum_getLocaleByType(const UNumberFormat *fmt, |
| 994 ULocDataLocaleType type, | 994 ULocDataLocaleType type, |
| 995 UErrorCode* status); | 995 UErrorCode* status); |
| 996 | 996 |
| 997 #endif /* #if !UCONFIG_NO_FORMATTING */ | 997 #endif /* #if !UCONFIG_NO_FORMATTING */ |
| 998 | 998 |
| 999 #endif | 999 #endif |
| OLD | NEW |