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 ******************************************************************************** | 5 ******************************************************************************** |
6 * | 6 * |
7 * File FORMAT.H | 7 * File FORMAT.H |
8 * | 8 * |
9 * Modification History: | 9 * Modification History: |
10 * | 10 * |
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
294 char actualLocale[ULOC_FULLNAME_CAPACITY]; | 294 char actualLocale[ULOC_FULLNAME_CAPACITY]; |
295 char validLocale[ULOC_FULLNAME_CAPACITY]; | 295 char validLocale[ULOC_FULLNAME_CAPACITY]; |
296 }; | 296 }; |
297 | 297 |
298 U_NAMESPACE_END | 298 U_NAMESPACE_END |
299 | 299 |
300 #endif /* #if !UCONFIG_NO_FORMATTING */ | 300 #endif /* #if !UCONFIG_NO_FORMATTING */ |
301 | 301 |
302 #endif // _FORMAT | 302 #endif // _FORMAT |
303 //eof | 303 //eof |
OLD | NEW |