OLD | NEW |
1 /* | 1 /* |
2 ******************************************************************************** | 2 ******************************************************************************** |
3 * Copyright (C) 1997-2010, International Business Machines | 3 * Copyright (C) 1997-2010, International Business Machines |
4 * Corporation and others. All Rights Reserved. | 4 * Corporation and others. All Rights Reserved. |
5 ******************************************************************************** | 5 ******************************************************************************** |
6 * | 6 * |
7 * File DTFMTSYM.H | 7 * File DTFMTSYM.H |
8 * | 8 * |
9 * Modification History: | 9 * Modification History: |
10 * | 10 * |
(...skipping 735 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
746 */ | 746 */ |
747 void disposeZoneStrings(void); | 747 void disposeZoneStrings(void); |
748 }; | 748 }; |
749 | 749 |
750 U_NAMESPACE_END | 750 U_NAMESPACE_END |
751 | 751 |
752 #endif /* #if !UCONFIG_NO_FORMATTING */ | 752 #endif /* #if !UCONFIG_NO_FORMATTING */ |
753 | 753 |
754 #endif // _DTFMTSYM | 754 #endif // _DTFMTSYM |
755 //eof | 755 //eof |
OLD | NEW |