OLD | NEW |
1 /* | 1 /* |
2 ******************************************************************************* | 2 ******************************************************************************* |
3 * Copyright (C) 2010, Google, International Business Machines Corporation and * | 3 * Copyright (C) 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 __TMUTFMT_H__ | 8 #ifndef __TMUTFMT_H__ |
9 #define __TMUTFMT_H__ | 9 #define __TMUTFMT_H__ |
10 | 10 |
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
263 } | 263 } |
264 | 264 |
265 | 265 |
266 | 266 |
267 U_NAMESPACE_END | 267 U_NAMESPACE_END |
268 | 268 |
269 #endif /* #if !UCONFIG_NO_FORMATTING */ | 269 #endif /* #if !UCONFIG_NO_FORMATTING */ |
270 | 270 |
271 #endif // __TMUTFMT_H__ | 271 #endif // __TMUTFMT_H__ |
272 //eof | 272 //eof |
OLD | NEW |