OLD | NEW |
1 /* | 1 /* |
2 ******************************************************************************* | 2 ******************************************************************************* |
3 * Copyright (C) 2009-2010, Google, International Business Machines Corporation
and * | 3 * Copyright (C) 2009-2010, Google, International Business Machines Corporation
and * |
4 * others. All Rights Reserved. * | 4 * others. All Rights Reserved. * |
5 ******************************************************************************* | 5 ******************************************************************************* |
6 */ | 6 */ |
7 | 7 |
8 #ifndef __TMUNIT_H__ | 8 #ifndef __TMUNIT_H__ |
9 #define __TMUNIT_H__ | 9 #define __TMUNIT_H__ |
10 | 10 |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 } | 140 } |
141 | 141 |
142 | 142 |
143 U_NAMESPACE_END | 143 U_NAMESPACE_END |
144 | 144 |
145 #endif /* #if !UCONFIG_NO_FORMATTING */ | 145 #endif /* #if !UCONFIG_NO_FORMATTING */ |
146 | 146 |
147 #endif // __TMUNIT_H__ | 147 #endif // __TMUNIT_H__ |
148 //eof | 148 //eof |
149 // | 149 // |
OLD | NEW |