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 FMTABLE.H | 7 * File FMTABLE.H |
8 * | 8 * |
9 * Modification History: | 9 * Modification History: |
10 * | 10 * |
(...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
664 inline int32_t Formattable::getLong(UErrorCode* status) const { | 664 inline int32_t Formattable::getLong(UErrorCode* status) const { |
665 return getLong(*status); | 665 return getLong(*status); |
666 } | 666 } |
667 | 667 |
668 U_NAMESPACE_END | 668 U_NAMESPACE_END |
669 | 669 |
670 #endif /* #if !UCONFIG_NO_FORMATTING */ | 670 #endif /* #if !UCONFIG_NO_FORMATTING */ |
671 | 671 |
672 #endif //_FMTABLE | 672 #endif //_FMTABLE |
673 //eof | 673 //eof |
OLD | NEW |