OLD | NEW |
1 /* | 1 /* |
2 ****************************************************************************** | 2 ****************************************************************************** |
3 * * | 3 * * |
4 * Copyright (C) 2003-2010, International Business Machines * | 4 * Copyright (C) 2003-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: ulocdata.h | 8 * file name: ulocdata.h |
9 * encoding: US-ASCII | 9 * encoding: US-ASCII |
10 * tab size: 8 (not used) | 10 * tab size: 8 (not used) |
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
254 * than separatorCapacity, the returned separator will be truncated. | 254 * than separatorCapacity, the returned separator will be truncated. |
255 * | 255 * |
256 * @stable ICU 4.2 | 256 * @stable ICU 4.2 |
257 */ | 257 */ |
258 U_STABLE int32_t U_EXPORT2 | 258 U_STABLE int32_t U_EXPORT2 |
259 ulocdata_getLocaleSeparator(ULocaleData *uld, | 259 ulocdata_getLocaleSeparator(ULocaleData *uld, |
260 UChar *separator, | 260 UChar *separator, |
261 int32_t separatorCapacity, | 261 int32_t separatorCapacity, |
262 UErrorCode *status); | 262 UErrorCode *status); |
263 #endif | 263 #endif |
OLD | NEW |