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 __TMUTAMT_H__ | 8 #ifndef __TMUTAMT_H__ |
9 #define __TMUTAMT_H__ | 9 #define __TMUTAMT_H__ |
10 | 10 |
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 return !operator==(other); | 159 return !operator==(other); |
160 } | 160 } |
161 | 161 |
162 U_NAMESPACE_END | 162 U_NAMESPACE_END |
163 | 163 |
164 #endif /* #if !UCONFIG_NO_FORMATTING */ | 164 #endif /* #if !UCONFIG_NO_FORMATTING */ |
165 | 165 |
166 #endif // __TMUTAMT_H__ | 166 #endif // __TMUTAMT_H__ |
167 //eof | 167 //eof |
168 // | 168 // |
OLD | NEW |