| OLD | NEW |
| 1 /* | 1 /* |
| 2 ******************************************************************************** | 2 ******************************************************************************** |
| 3 * Copyright (C) 2005-2013, International Business Machines | 3 * Copyright (C) 2005-2014, International Business Machines |
| 4 * Corporation and others. All Rights Reserved. | 4 * Corporation and others. All Rights Reserved. |
| 5 ******************************************************************************** | 5 ******************************************************************************** |
| 6 * | 6 * |
| 7 * File WINNMFMT.CPP | 7 * File WINNMFMT.CPP |
| 8 * | 8 * |
| 9 ******************************************************************************** | 9 ******************************************************************************** |
| 10 */ | 10 */ |
| 11 | 11 |
| 12 #include "unicode/utypes.h" | 12 #include "unicode/utypes.h" |
| 13 | 13 |
| (...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 352 }*/ | 352 }*/ |
| 353 | 353 |
| 354 return appendTo; | 354 return appendTo; |
| 355 } | 355 } |
| 356 | 356 |
| 357 U_NAMESPACE_END | 357 U_NAMESPACE_END |
| 358 | 358 |
| 359 #endif /* #if !UCONFIG_NO_FORMATTING */ | 359 #endif /* #if !UCONFIG_NO_FORMATTING */ |
| 360 | 360 |
| 361 #endif // U_PLATFORM_USES_ONLY_WIN32_API | 361 #endif // U_PLATFORM_USES_ONLY_WIN32_API |
| OLD | NEW |