OLD | NEW |
1 /* | 1 /* |
2 ****************************************************************************** | 2 ****************************************************************************** |
3 * | 3 * |
4 * Copyright (C) 1996-2007, International Business Machines Corporation | 4 * Copyright (C) 1996-2007, International Business Machines Corporation |
5 * and others. All Rights Reserved. | 5 * and others. All Rights Reserved. |
6 * | 6 * |
7 ****************************************************************************** | 7 ****************************************************************************** |
8 * | 8 * |
9 * File resbund.h | 9 * File resbund.h |
10 * | 10 * |
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
476 ResourceBundle(); // default constructor not implemented | 476 ResourceBundle(); // default constructor not implemented |
477 | 477 |
478 UResourceBundle *fResource; | 478 UResourceBundle *fResource; |
479 void constructForLocale(const UnicodeString& path, const Locale& locale, UEr
rorCode& error); | 479 void constructForLocale(const UnicodeString& path, const Locale& locale, UEr
rorCode& error); |
480 Locale *fLocale; | 480 Locale *fLocale; |
481 | 481 |
482 }; | 482 }; |
483 | 483 |
484 U_NAMESPACE_END | 484 U_NAMESPACE_END |
485 #endif | 485 #endif |
OLD | NEW |